#9AAF82

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

Shades of Olivine #9AAF82

Tints of Olivine #9AAF82

Color information

#9AAF82 (or 0x9AAF82) is unknown color: approx Olivine. HEX triplet: 9A, AF and 82. RGB value is (154,175,130). Sum of RGB (Red+Green+Blue) = 154+175+130=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF82 is #65507D. Grayscale: #A3A3A3. Windows color (decimal): -6639742 or 8564634. OLE color: 8564634.

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

Color convert

RGB154175130-
CMYK0.1200.260.31
HSL88º21.95%59.8%-
HSV(B)88º25.71%68.63%-
XYZ32.6939.1426.95-
YUV163.59109.04121.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=33.55%
G=38.13%
B=28.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751300.1200.260.318821.9559.8
Hex9AAF82C01A1F58163c
Octal23225720214032371302674
Binary100110101010111110000010110001101011111101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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