Shades of Olivine #99CB68
Tints of Olivine #99CB68
RGB
CMYK
RGB Variations
Color information
#99CB68 (or 0x99CB68) is known color: Olivine. HEX triplet: 99, CB and 68. RGB value is (153,203,104). Sum of RGB (Red+Green+Blue) = 153+203+104=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #99CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CB68 is #663497. Grayscale: #B1B1B1. Windows color (decimal): -6698136 or 6867865. OLE color: 6867865.
HSL color Cylindrical-coordinate representation of color #99CB68: hue angle of 90.3º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99CB68 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 203 | 104 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.20 |
| HSL | 90.3º | 0.49% | 0.6% | - |
| HSV(B) | 90.3º | 0.49% | 0.8% | - |
| XYZ | 36.99 | 50.48 | 20.89 | - |
| YUV | 176.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 203 | 104 | 0.25 | 0 | 0.49 | 0.20 | 90.3 | 0.49 | 0.6 |
| Hex | 99 | CB | 68 | 19 | 0 | 31 | 14 | 5A | 31 | 3C |
| Octal | 231 | 313 | 150 | 31 | 0 | 61 | 24 | 132 | 61 | 74 |
| Binary | 10011001 | 11001011 | 1101000 | 11001 | 0 | 110001 | 10100 | 1011010 | 110001 | 111100 |
Color Harmonies of #99CB68
Complementary color
Monochromatic Colors of #99CB68
Black with #99CB68
Text Example
Text Example
White with #99CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CB68; }
p { color: rgb(153,203,104); }
H1.HeaderClassName
{
color: #99CB68;
}
.AnyTagClassName
{
color: #99CB68;
}
</style>
background-color css
<style>
a { background-color: #99CB68; }
a { background-color: rgb(153,203,104); }
div.DivClassName
{
background-color: #99CB68;
}
.BgClassName
{
background-color: #99CB68;
}
</style>
border-color css
<style>
span { border-color: #99CB68; }
span { border-color: rgb(153,203,104); }
td.TdClassName
{
border-color: #99CB68;
}
.TagClassName
{
border-color: #99CB68;
}
</style>