Shades of Olivine #9BBE74
Tints of Olivine #9BBE74
RGB
CMYK
RGB Variations
Color information
#9BBE74 (or 0x9BBE74) is known color: Olivine. HEX triplet: 9B, BE and 74. RGB value is (155,190,116). Sum of RGB (Red+Green+Blue) = 155+190+116=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE74 is #64418B. Grayscale: #ABABAB. Windows color (decimal): -6570380 or 7650971. OLE color: 7650971.
HSL color Cylindrical-coordinate representation of color #9BBE74: hue angle of 88.38º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBE74 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 190 | 116 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.25 |
| HSL | 88.38º | 0.36% | 0.6% | - |
| HSV(B) | 88.38º | 0.39% | 0.75% | - |
| XYZ | 35.08 | 45.06 | 23.37 | - |
| YUV | 171.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 190 | 116 | 0.18 | 0 | 0.39 | 0.25 | 88.38 | 0.36 | 0.6 |
| Hex | 9B | BE | 74 | 12 | 0 | 27 | 19 | 58 | 24 | 3C |
| Octal | 233 | 276 | 164 | 22 | 0 | 47 | 31 | 130 | 44 | 74 |
| Binary | 10011011 | 10111110 | 1110100 | 10010 | 0 | 100111 | 11001 | 1011000 | 100100 | 111100 |
Color Harmonies of #9BBE74
Complementary color
Monochromatic Colors of #9BBE74
Black with #9BBE74
Text Example
Text Example
White with #9BBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBE74; }
p { color: rgb(155,190,116); }
H1.HeaderClassName
{
color: #9BBE74;
}
.AnyTagClassName
{
color: #9BBE74;
}
</style>
background-color css
<style>
a { background-color: #9BBE74; }
a { background-color: rgb(155,190,116); }
div.DivClassName
{
background-color: #9BBE74;
}
.BgClassName
{
background-color: #9BBE74;
}
</style>
border-color css
<style>
span { border-color: #9BBE74; }
span { border-color: rgb(155,190,116); }
td.TdClassName
{
border-color: #9BBE74;
}
.TagClassName
{
border-color: #9BBE74;
}
</style>