Shades of Olivine #99CB61
Tints of Olivine #99CB61
RGB
CMYK
RGB Variations
Color information
#99CB61 (or 0x99CB61) is known color: Olivine. HEX triplet: 99, CB and 61. RGB value is (153,203,97). Sum of RGB (Red+Green+Blue) = 153+203+97=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB61 is #66349E. Grayscale: #B0B0B0. Windows color (decimal): -6698143 or 6409113. OLE color: 6409113.
HSL color Cylindrical-coordinate representation of color #99CB61: hue angle of 88.3º degrees, saturation: 0.5, 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 #99CB61 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 97 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.20 |
| HSL | 88.3º | 0.5% | 0.59% | - |
| HSV(B) | 88.3º | 0.52% | 0.8% | - |
| XYZ | 36.65 | 50.35 | 19.1 | - |
| YUV | 175.97 | 83.44 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 97 | 0.25 | 0 | 0.52 | 0.20 | 88.3 | 0.5 | 0.59 |
| Hex | 99 | CB | 61 | 19 | 0 | 34 | 14 | 58 | 32 | 3B |
| Octal | 231 | 313 | 141 | 31 | 0 | 64 | 24 | 130 | 62 | 73 |
| Binary | 10011001 | 11001011 | 1100001 | 11001 | 0 | 110100 | 10100 | 1011000 | 110010 | 111011 |
Color Harmonies of #99CB61
Complementary color
Monochromatic Colors of #99CB61
Black with #99CB61
Text Example
Text Example
White with #99CB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB61; }
p { color: rgb(153,203,97); }
H1.HeaderClassName
{
color: #99CB61;
}
.AnyTagClassName
{
color: #99CB61;
}
</style>
background-color css
<style>
a { background-color: #99CB61; }
a { background-color: rgb(153,203,97); }
div.DivClassName
{
background-color: #99CB61;
}
.BgClassName
{
background-color: #99CB61;
}
</style>
border-color css
<style>
span { border-color: #99CB61; }
span { border-color: rgb(153,203,97); }
td.TdClassName
{
border-color: #99CB61;
}
.TagClassName
{
border-color: #99CB61;
}
</style>