Shades of Olivine #9BCC62
Tints of Olivine #9BCC62
RGB
CMYK
RGB Variations
Color information
#9BCC62 (or 0x9BCC62) is known color: Olivine. HEX triplet: 9B, CC and 62. RGB value is (155,204,98). Sum of RGB (Red+Green+Blue) = 155+204+98=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC62 is #64339D. Grayscale: #B1B1B1. Windows color (decimal): -6566814 or 6474907. OLE color: 6474907.
HSL color Cylindrical-coordinate representation of color #9BCC62: hue angle of 87.74º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BCC62 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 204 | 98 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.2 |
| HSL | 87.74º | 0.51% | 0.59% | - |
| HSV(B) | 87.74º | 0.52% | 0.8% | - |
| XYZ | 37.32 | 51.04 | 19.44 | - |
| YUV | 177.27 | 83.27 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 98 | 0.24 | 0 | 0.52 | 0.2 | 87.74 | 0.51 | 0.59 |
| Hex | 9B | CC | 62 | 18 | 0 | 34 | 14 | 58 | 33 | 3B |
| Octal | 233 | 314 | 142 | 30 | 0 | 64 | 24 | 130 | 63 | 73 |
| Binary | 10011011 | 11001100 | 1100010 | 11000 | 0 | 110100 | 10100 | 1011000 | 110011 | 111011 |
Color Harmonies of #9BCC62
Complementary color
Monochromatic Colors of #9BCC62
Black with #9BCC62
Text Example
Text Example
White with #9BCC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCC62; }
p { color: rgb(155,204,98); }
H1.HeaderClassName
{
color: #9BCC62;
}
.AnyTagClassName
{
color: #9BCC62;
}
</style>
background-color css
<style>
a { background-color: #9BCC62; }
a { background-color: rgb(155,204,98); }
div.DivClassName
{
background-color: #9BCC62;
}
.BgClassName
{
background-color: #9BCC62;
}
</style>
border-color css
<style>
span { border-color: #9BCC62; }
span { border-color: rgb(155,204,98); }
td.TdClassName
{
border-color: #9BCC62;
}
.TagClassName
{
border-color: #9BCC62;
}
</style>