#9AB270

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

Shades of Olivine #9AB270

Tints of Olivine #9AB270

Color information

#9AB270 (or 0x9AB270) is unknown color: approx Olivine. HEX triplet: 9A, B2 and 70. RGB value is (154,178,112). Sum of RGB (Red+Green+Blue) = 154+178+112=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB270 is #654D8F. Grayscale: #A3A3A3. Windows color (decimal): -6638992 or 7385754. OLE color: 7385754.

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

Color convert

RGB154178112-
CMYK0.1300.370.30
HSL81.82º30%56.86%-
HSV(B)81.82º37.08%69.8%-
XYZ32.1739.8821.33-
YUV163.399.05121.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=34.68%
G=40.09%
B=25.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541781120.1300.370.3081.823056.86
Hex9AB270D0251E521e39
Octal23226216015045361223671
Binary100110101011001011100001101010010111110101001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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