Html Css Color HEX #9DAF74 Olivine

📋 copy color: '#9DAF74'

red 157 ◦ green 175 ◦ blue 116

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

Shades of Olivine #9DAF74

Tints of Olivine #9DAF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.89%

R = 35.04%
G = 39.06%
B = 25.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#9DAF74 (or 0x9DAF74) is known color: Olivine. HEX triplet: 9D, AF and 74. RGB value is (157,175,116). Sum of RGB (Red+Green+Blue) = 157+175+116=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF74 is #62508B. Grayscale: #A3A3A3. Windows color (decimal): -6443148 or 7647133. OLE color: 7647133.

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

Color convert

RGB 157 175 116 -
CMYK 0.10 0 0.34 0.31
HSL 78.31º 0.27% 0.57% -
HSV(B) 78.31º 0.34% 0.69% -
XYZ 32.39 39.09 22.36 -
YUV 162.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 157 175 116 0.10 0 0.34 0.31 78.31 0.27 0.57
Hex 9D AF 74 A 0 22 1F 4E 1B 39
Octal 235 257 164 12 0 42 37 116 33 71
Binary 10011101 10101111 1110100 1010 0 100010 11111 1001110 11011 111001

Color Harmonies of #9DAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF74

Black with #9DAF74

Text Example


Text Example

White with #9DAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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