Html Css Color HEX #9FAF74 Olivine

📋 copy color: '#9FAF74'

red 159 ◦ green 175 ◦ blue 116

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

Shades of Olivine #9FAF74

Tints of Olivine #9FAF74

RGB

 RED value IS 159 (62.5% from 255) = 35.33%

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

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

R = 35.33%
G = 38.89%
B = 25.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#9FAF74 (or 0x9FAF74) is known color: Olivine. HEX triplet: 9F, AF and 74. RGB value is (159,175,116). Sum of RGB (Red+Green+Blue) = 159+175+116=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF74 is #60508B. Grayscale: #A3A3A3. Windows color (decimal): -6312076 or 7647135. OLE color: 7647135.

HSL color Cylindrical-coordinate representation of color #9FAF74: hue angle of 76.27º 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 #9FAF74 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 175 116 -
CMYK 0.09 0 0.34 0.31
HSL 76.27º 0.27% 0.57% -
HSV(B) 76.27º 0.34% 0.69% -
XYZ 32.78 39.29 22.38 -
YUV 163.49 101.2 124.8 -
System Red Green Blue C M Y K H S L
Decimal 159 175 116 0.09 0 0.34 0.31 76.27 0.27 0.57
Hex 9F AF 74 9 0 22 1F 4C 1B 39
Octal 237 257 164 11 0 42 37 114 33 71
Binary 10011111 10101111 1110100 1001 0 100010 11111 1001100 11011 111001

Color Harmonies of #9FAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAF74

Black with #9FAF74

Text Example


Text Example

White with #9FAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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