#9FAF74

Color #9FAF74 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9FAF74

Tints of Olivine #9FAF74

Color information

#9FAF74 (or 0x9FAF74) is unknown color: approx 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

RGB159175116-
CMYK0.0900.340.31
HSL76.27º26.94%57.06%-
HSV(B)76.27º33.71%68.63%-
XYZ32.7839.2922.38-
YUV163.49101.2124.8-

RGB Variations

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

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.70% from 255) = 25.78%
R=35.33%
G=38.89%
B=25.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751160.0900.340.3176.2726.9457.06
Hex9FAF7490221F4c1b39
Octal23725716411042371143371
Binary100111111010111111101001001010001011111100110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>