#9AAF80

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

Shades of Olivine #9AAF80

Tints of Olivine #9AAF80

Color information

#9AAF80 (or 0x9AAF80) is unknown color: approx Olivine. HEX triplet: 9A, AF and 80. RGB value is (154,175,128). Sum of RGB (Red+Green+Blue) = 154+175+128=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF80 is #65507F. Grayscale: #A3A3A3. Windows color (decimal): -6639744 or 8433562. OLE color: 8433562.

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

Color convert

RGB154175128-
CMYK0.1200.270.31
HSL86.81º22.71%59.41%-
HSV(B)86.81º26.86%68.63%-
XYZ32.5539.0926.25-
YUV163.36108.04121.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=33.70%
G=38.29%
B=28.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751280.1200.270.3186.8122.7159.41
Hex9AAF80C01B1F57173b
Octal23225720014033371272773
Binary100110101010111110000000110001101111111101011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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