#9AB378

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

Shades of Olivine #9AB378

Tints of Olivine #9AB378

Color information

#9AB378 (or 0x9AB378) is unknown color: approx Olivine. HEX triplet: 9A, B3 and 78. RGB value is (154,179,120). Sum of RGB (Red+Green+Blue) = 154+179+120=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB378 is #654C87. Grayscale: #A5A5A5. Windows color (decimal): -6638728 or 7910298. OLE color: 7910298.

HSL color Cylindrical-coordinate representation of color #9AB378: hue angle of 85.42º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AB378 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB154179120-
CMYK0.1400.330.30
HSL85.42º27.96%58.63%-
HSV(B)85.42º32.96%70.2%-
XYZ32.8440.4723.85-
YUV164.8102.72120.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 179 (70.31% from 255) = 39.51%
BLUE value IS 120 (47.27% from 255) = 26.49%
R=34.00%
G=39.51%
B=26.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541791200.1400.330.3085.4227.9658.63
Hex9AB378E0211E551c3b
Octal23226317016041361253473
Binary100110101011001111110001110010000111110101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,179,120); }

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

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

 a { background-color: rgb(154,179,120); }

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

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

 span { border-color: rgb(154,179,120); }

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