Shades of Olivine #9AB268
Tints of Olivine #9AB268
RGB
CMYK
RGB Variations
Color information
#9AB268 (or 0x9AB268) is known color: Olivine. HEX triplet: 9A, B2 and 68. RGB value is (154,178,104). Sum of RGB (Red+Green+Blue) = 154+178+104=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB268 is #654D97. Grayscale: #A2A2A2. Windows color (decimal): -6639000 or 6861466. OLE color: 6861466.
HSL color Cylindrical-coordinate representation of color #9AB268: hue angle of 79.46º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AB268 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 178 | 104 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.30 |
| HSL | 79.46º | 0.32% | 0.55% | - |
| HSV(B) | 79.46º | 0.42% | 0.7% | - |
| XYZ | 31.75 | 39.71 | 19.09 | - |
| YUV | 162.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 178 | 104 | 0.13 | 0 | 0.42 | 0.30 | 79.46 | 0.32 | 0.55 |
| Hex | 9A | B2 | 68 | D | 0 | 2A | 1E | 4F | 20 | 37 |
| Octal | 232 | 262 | 150 | 15 | 0 | 52 | 36 | 117 | 40 | 67 |
| Binary | 10011010 | 10110010 | 1101000 | 1101 | 0 | 101010 | 11110 | 1001111 | 100000 | 110111 |
Color Harmonies of #9AB268
Complementary color
Monochromatic Colors of #9AB268
Black with #9AB268
Text Example
Text Example
White with #9AB268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB268; }
p { color: rgb(154,178,104); }
H1.HeaderClassName
{
color: #9AB268;
}
.AnyTagClassName
{
color: #9AB268;
}
</style>
background-color css
<style>
a { background-color: #9AB268; }
a { background-color: rgb(154,178,104); }
div.DivClassName
{
background-color: #9AB268;
}
.BgClassName
{
background-color: #9AB268;
}
</style>
border-color css
<style>
span { border-color: #9AB268; }
span { border-color: rgb(154,178,104); }
td.TdClassName
{
border-color: #9AB268;
}
.TagClassName
{
border-color: #9AB268;
}
</style>