Shades of Olivine #9BAF70
Tints of Olivine #9BAF70
RGB
CMYK
RGB Variations
Color information
#9BAF70 (or 0x9BAF70) is known color: Olivine. HEX triplet: 9B, AF and 70. RGB value is (155,175,112). Sum of RGB (Red+Green+Blue) = 155+175+112=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF70 is #64508F. Grayscale: #A2A2A2. Windows color (decimal): -6574224 or 7384987. OLE color: 7384987.
HSL color Cylindrical-coordinate representation of color #9BAF70: hue angle of 79.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BAF70 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 155 | 175 | 112 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.31 |
| HSL | 79.05º | 0.28% | 0.56% | - |
| HSV(B) | 79.05º | 0.36% | 0.69% | - |
| XYZ | 31.77 | 38.8 | 21.14 | - |
| YUV | 161.84 | 99.87 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 175 | 112 | 0.11 | 0 | 0.36 | 0.31 | 79.05 | 0.28 | 0.56 |
| Hex | 9B | AF | 70 | B | 0 | 24 | 1F | 4F | 1C | 38 |
| Octal | 233 | 257 | 160 | 13 | 0 | 44 | 37 | 117 | 34 | 70 |
| Binary | 10011011 | 10101111 | 1110000 | 1011 | 0 | 100100 | 11111 | 1001111 | 11100 | 111000 |
Color Harmonies of #9BAF70
Complementary color
Monochromatic Colors of #9BAF70
Black with #9BAF70
Text Example
Text Example
White with #9BAF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAF70; }
p { color: rgb(155,175,112); }
H1.HeaderClassName
{
color: #9BAF70;
}
.AnyTagClassName
{
color: #9BAF70;
}
</style>
background-color css
<style>
a { background-color: #9BAF70; }
a { background-color: rgb(155,175,112); }
div.DivClassName
{
background-color: #9BAF70;
}
.BgClassName
{
background-color: #9BAF70;
}
</style>
border-color css
<style>
span { border-color: #9BAF70; }
span { border-color: rgb(155,175,112); }
td.TdClassName
{
border-color: #9BAF70;
}
.TagClassName
{
border-color: #9BAF70;
}
</style>