Shades of Olivine #9AB378
Tints of Olivine #9AB378
RGB
CMYK
RGB Variations
Color information
#9AB378 (or 0x9AB378) is known color: 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
| RGB | 154 | 179 | 120 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.30 |
| HSL | 85.42º | 0.28% | 0.59% | - |
| HSV(B) | 85.42º | 0.33% | 0.7% | - |
| XYZ | 32.84 | 40.47 | 23.85 | - |
| YUV | 164.8 | 102.72 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 120 | 0.14 | 0 | 0.33 | 0.30 | 85.42 | 0.28 | 0.59 |
| Hex | 9A | B3 | 78 | E | 0 | 21 | 1E | 55 | 1C | 3B |
| Octal | 232 | 263 | 170 | 16 | 0 | 41 | 36 | 125 | 34 | 73 |
| Binary | 10011010 | 10110011 | 1111000 | 1110 | 0 | 100001 | 11110 | 1010101 | 11100 | 111011 |
Color Harmonies of #9AB378
Complementary color
Monochromatic Colors of #9AB378
Black with #9AB378
Text Example
Text Example
White with #9AB378
Text Example
Text Example
HTML Codes & Css Web 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>