Html Css Color HEX #7DA369 Amulet

📋 copy color: '#7DA369'

red 125 ◦ green 163 ◦ blue 105

#7DA369
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #7DA369

Tints of Amulet #7DA369

RGB

 RED value IS 125 (49.22% from 255) = 31.81%

 GREEN value IS 163 (64.06% from 255) = 41.48%

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 31.81%
G = 41.48%
B = 26.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DA369 (or 0x7DA369) is known color: Amulet. HEX triplet: 7D, A3 and 69. RGB value is (125,163,105). Sum of RGB (Red+Green+Blue) = 125+163+105=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #7DA369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA369 is #825C96. Grayscale: #919191. Windows color (decimal): -8543383 or 6923133. OLE color: 6923133.

HSL color Cylindrical-coordinate representation of color #7DA369: hue angle of 99.31º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DA369 is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 125 163 105 -
CMYK 0.23 0 0.36 0.36
HSL 99.31º 0.24% 0.53% -
HSV(B) 99.31º 0.36% 0.64% -
XYZ 24.1 31.57 18.19 -
YUV 145.03 105.41 113.72 -
System Red Green Blue C M Y K H S L
Decimal 125 163 105 0.23 0 0.36 0.36 99.31 0.24 0.53
Hex 7D A3 69 17 0 24 24 63 18 35
Octal 175 243 151 27 0 44 44 143 30 65
Binary 1111101 10100011 1101001 10111 0 100100 100100 1100011 11000 110101

Color Harmonies of #7DA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA369

Black with #7DA369

Text Example


Text Example

White with #7DA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DA369; }

 p { color: rgb(125,163,105); }

 H1.HeaderClassName
 {
   color: #7DA369;
 }
 .AnyTagClassName
 {
   color: #7DA369;
 }
</style>

background-color css

<style>
 a { background-color: #7DA369; }

 a { background-color: rgb(125,163,105); }

 div.DivClassName
 {
   background-color: #7DA369;
 }
 .BgClassName
 {
   background-color: #7DA369;
 }
</style>

border-color css

<style>
 span { border-color: #7DA369; }

 span { border-color: rgb(125,163,105); }

 td.TdClassName
 {
   border-color: #7DA369;
 }
 .TagClassName
 {
   border-color: #7DA369;
 }
</style>