#9AB170

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

Shades of Olivine #9AB170

Tints of Olivine #9AB170

Color information

#9AB170 (or 0x9AB170) is unknown color: approx Olivine. HEX triplet: 9A, B1 and 70. RGB value is (154,177,112). Sum of RGB (Red+Green+Blue) = 154+177+112=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 177 - color contains mainly: green. Hex color #9AB170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB170 is #654E8F. Grayscale: #A2A2A2. Windows color (decimal): -6639248 or 7385498. OLE color: 7385498.

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

Color convert

RGB154177112-
CMYK0.1300.370.31
HSL81.23º29.41%56.67%-
HSV(B)81.23º36.72%69.41%-
XYZ31.9739.4821.27-
YUV162.7199.38121.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.76%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=34.76%
G=39.95%
B=25.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541771120.1300.370.3181.2329.4156.67
Hex9AB170D0251F511d39
Octal23226116015045371213571
Binary100110101011000111100001101010010111111101000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,177,112); }

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

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

 a { background-color: rgb(154,177,112); }

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

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

 span { border-color: rgb(154,177,112); }

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