Shades of Olivine #9BAE6E
Tints of Olivine #9BAE6E
RGB
CMYK
RGB Variations
Color information
#9BAE6E (or 0x9BAE6E) is known color: Olivine. HEX triplet: 9B, AE and 6E. RGB value is (155,174,110). Sum of RGB (Red+Green+Blue) = 155+174+110=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE6E is #645191. Grayscale: #A1A1A1. Windows color (decimal): -6574482 or 7253659. OLE color: 7253659.
HSL color Cylindrical-coordinate representation of color #9BAE6E: hue angle of 77.81º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BAE6E is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 174 | 110 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.32 |
| HSL | 77.81º | 0.28% | 0.56% | - |
| HSV(B) | 77.81º | 0.37% | 0.68% | - |
| XYZ | 31.47 | 38.37 | 20.5 | - |
| YUV | 161.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 110 | 0.11 | 0 | 0.37 | 0.32 | 77.81 | 0.28 | 0.56 |
| Hex | 9B | AE | 6E | B | 0 | 25 | 20 | 4E | 1C | 38 |
| Octal | 233 | 256 | 156 | 13 | 0 | 45 | 40 | 116 | 34 | 70 |
| Binary | 10011011 | 10101110 | 1101110 | 1011 | 0 | 100101 | 100000 | 1001110 | 11100 | 111000 |
Color Harmonies of #9BAE6E
Complementary color
Monochromatic Colors of #9BAE6E
Black with #9BAE6E
Text Example
Text Example
White with #9BAE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAE6E; }
p { color: rgb(155,174,110); }
H1.HeaderClassName
{
color: #9BAE6E;
}
.AnyTagClassName
{
color: #9BAE6E;
}
</style>
background-color css
<style>
a { background-color: #9BAE6E; }
a { background-color: rgb(155,174,110); }
div.DivClassName
{
background-color: #9BAE6E;
}
.BgClassName
{
background-color: #9BAE6E;
}
</style>
border-color css
<style>
span { border-color: #9BAE6E; }
span { border-color: rgb(155,174,110); }
td.TdClassName
{
border-color: #9BAE6E;
}
.TagClassName
{
border-color: #9BAE6E;
}
</style>