#9FAF81

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

Shades of Olivine #9FAF81

Tints of Olivine #9FAF81

Color information

#9FAF81 (or 0x9FAF81) is unknown color: approx Olivine. HEX triplet: 9F, AF and 81. RGB value is (159,175,129). Sum of RGB (Red+Green+Blue) = 159+175+129=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAF81 is #60507E. Grayscale: #A5A5A5. Windows color (decimal): -6312063 or 8499103. OLE color: 8499103.

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

Color convert

RGB159175129-
CMYK0.0900.260.31
HSL80.87º22.33%59.61%-
HSV(B)80.87º26.29%68.63%-
XYZ33.5939.6226.65-
YUV164.97107.7123.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.34%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 129 (50.78% from 255) = 27.86%
R=34.34%
G=37.80%
B=27.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591751290.0900.260.3180.8722.3359.61
Hex9FAF81901A1F51163c
Octal23725720111032371212674
Binary100111111010111110000001100101101011111101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAF81;
 }
 .AnyTagClassName
 {
   color: #9FAF81;
 }
</style>
background-color css

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

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

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

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

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

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