#9AAF6D

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

Shades of Olivine #9AAF6D

Tints of Olivine #9AAF6D

Color information

#9AAF6D (or 0x9AAF6D) is unknown color: approx Olivine. HEX triplet: 9A, AF and 6D. RGB value is (154,175,109). Sum of RGB (Red+Green+Blue) = 154+175+109=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF6D is #655092. Grayscale: #A1A1A1. Windows color (decimal): -6639763 or 7188378. OLE color: 7188378.

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

Color convert

RGB154175109-
CMYK0.1200.380.31
HSL79.09º29.2%55.69%-
HSV(B)79.09º37.71%68.63%-
XYZ31.4238.6320.27-
YUV161.298.54122.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 109 (42.97% from 255) = 24.89%
R=35.16%
G=39.95%
B=24.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751090.1200.380.3179.0929.255.69
Hex9AAF6DC0261F4f1d38
Octal23225715514046371173570
Binary100110101010111111011011100010011011111100111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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