Shades of Olivine #99CD68
Tints of Olivine #99CD68
RGB
CMYK
RGB Variations
Color information
#99CD68 (or 0x99CD68) is known color: Olivine. HEX triplet: 99, CD and 68. RGB value is (153,205,104). Sum of RGB (Red+Green+Blue) = 153+205+104=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 104 (41.02% from 255 or 22.51% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD68 is #663297. Grayscale: #B2B2B2. Windows color (decimal): -6697624 or 6868377. OLE color: 6868377.
HSL color Cylindrical-coordinate representation of color #99CD68: hue angle of 90.89º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99CD68 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 205 | 104 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.20 |
| HSL | 90.89º | 0.5% | 0.61% | - |
| HSV(B) | 90.89º | 0.49% | 0.8% | - |
| XYZ | 37.47 | 51.43 | 21.05 | - |
| YUV | 177.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 205 | 104 | 0.25 | 0 | 0.49 | 0.20 | 90.89 | 0.5 | 0.61 |
| Hex | 99 | CD | 68 | 19 | 0 | 31 | 14 | 5B | 32 | 3D |
| Octal | 231 | 315 | 150 | 31 | 0 | 61 | 24 | 133 | 62 | 75 |
| Binary | 10011001 | 11001101 | 1101000 | 11001 | 0 | 110001 | 10100 | 1011011 | 110010 | 111101 |
Color Harmonies of #99CD68
Complementary color
Monochromatic Colors of #99CD68
Black with #99CD68
Text Example
Text Example
White with #99CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CD68; }
p { color: rgb(153,205,104); }
H1.HeaderClassName
{
color: #99CD68;
}
.AnyTagClassName
{
color: #99CD68;
}
</style>
background-color css
<style>
a { background-color: #99CD68; }
a { background-color: rgb(153,205,104); }
div.DivClassName
{
background-color: #99CD68;
}
.BgClassName
{
background-color: #99CD68;
}
</style>
border-color css
<style>
span { border-color: #99CD68; }
span { border-color: rgb(153,205,104); }
td.TdClassName
{
border-color: #99CD68;
}
.TagClassName
{
border-color: #99CD68;
}
</style>