#9AAF72

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

Shades of Olivine #9AAF72

Tints of Olivine #9AAF72

Color information

#9AAF72 (or 0x9AAF72) is unknown color: approx Olivine. HEX triplet: 9A, AF and 72. RGB value is (154,175,114). Sum of RGB (Red+Green+Blue) = 154+175+114=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF72 is #65508D. Grayscale: #A1A1A1. Windows color (decimal): -6639758 or 7516058. OLE color: 7516058.

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

Color convert

RGB154175114-
CMYK0.1200.350.31
HSL80.66º27.6%56.67%-
HSV(B)80.66º34.86%68.63%-
XYZ31.6938.7421.73-
YUV161.77101.04122.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 114 (44.92% from 255) = 25.73%
R=34.76%
G=39.50%
B=25.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751140.1200.350.3180.6627.656.67
Hex9AAF72C0231F511c39
Octal23225716214043371213471
Binary100110101010111111100101100010001111111101000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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