#9AAF79

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

Shades of Olivine #9AAF79

Tints of Olivine #9AAF79

Color information

#9AAF79 (or 0x9AAF79) is unknown color: approx Olivine. HEX triplet: 9A, AF and 79. RGB value is (154,175,121). Sum of RGB (Red+Green+Blue) = 154+175+121=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF79 is #655086. Grayscale: #A2A2A2. Windows color (decimal): -6639751 or 7974810. OLE color: 7974810.

HSL color Cylindrical-coordinate representation of color #9AAF79: hue angle of 83.33º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AAF79 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB154175121-
CMYK0.1200.310.31
HSL83.33º25.23%58.04%-
HSV(B)83.33º30.86%68.63%-
XYZ32.1138.9123.91-
YUV162.56104.54121.89-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.22%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 121 (47.66% from 255) = 26.89%
R=34.22%
G=38.89%
B=26.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751210.1200.310.3183.3325.2358.04
Hex9AAF79C01F1F53193a
Octal23225717114037371233172
Binary10011010101011111111001110001111111111101001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,175,121); }

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

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

 a { background-color: rgb(154,175,121); }

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

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

 span { border-color: rgb(154,175,121); }

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