Html Css Color HEX #9DAF76 Olivine

📋 copy color: '#9DAF76'

red 157 ◦ green 175 ◦ blue 118

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

Shades of Olivine #9DAF76

Tints of Olivine #9DAF76

RGB

 RED value IS 157 (61.72% from 255) = 34.89%

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 118 (46.48% from 255) = 26.22%

R = 34.89%
G = 38.89%
B = 26.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#9DAF76 (or 0x9DAF76) is known color: Olivine. HEX triplet: 9D, AF and 76. RGB value is (157,175,118). Sum of RGB (Red+Green+Blue) = 157+175+118=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF76 is #625089. Grayscale: #A3A3A3. Windows color (decimal): -6443146 or 7778205. OLE color: 7778205.

HSL color Cylindrical-coordinate representation of color #9DAF76: hue angle of 78.95º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DAF76 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 118 -
CMYK 0.10 0 0.33 0.31
HSL 78.95º 0.26% 0.57% -
HSV(B) 78.95º 0.33% 0.69% -
XYZ 32.5 39.14 22.98 -
YUV 163.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 157 175 118 0.10 0 0.33 0.31 78.95 0.26 0.57
Hex 9D AF 76 A 0 21 1F 4F 1A 39
Octal 235 257 166 12 0 41 37 117 32 71
Binary 10011101 10101111 1110110 1010 0 100001 11111 1001111 11010 111001

Color Harmonies of #9DAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF76

Black with #9DAF76

Text Example


Text Example

White with #9DAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DAF76; }

 p { color: rgb(157,175,118); }

 H1.HeaderClassName
 {
   color: #9DAF76;
 }
 .AnyTagClassName
 {
   color: #9DAF76;
 }
</style>

background-color css

<style>
 a { background-color: #9DAF76; }

 a { background-color: rgb(157,175,118); }

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

border-color css

<style>
 span { border-color: #9DAF76; }

 span { border-color: rgb(157,175,118); }

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