#9AAF6E

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

Shades of Olivine #9AAF6E

Tints of Olivine #9AAF6E

Color information

#9AAF6E (or 0x9AAF6E) is unknown color: approx Olivine. HEX triplet: 9A, AF and 6E. RGB value is (154,175,110). Sum of RGB (Red+Green+Blue) = 154+175+110=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF6E is #655091. Grayscale: #A1A1A1. Windows color (decimal): -6639762 or 7253914. OLE color: 7253914.

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

Color convert

RGB154175110-
CMYK0.1200.370.31
HSL79.38º28.89%55.88%-
HSV(B)79.38º37.14%68.63%-
XYZ31.4738.6620.55-
YUV161.3199.04122.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.08%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=35.08%
G=39.86%
B=25.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751100.1200.370.3179.3828.8955.88
Hex9AAF6EC0251F4f1d38
Octal23225715614045371173570
Binary100110101010111111011101100010010111111100111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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