Shades of Olivine #99CA68
Tints of Olivine #99CA68
RGB
CMYK
RGB Variations
Color information
#99CA68 (or 0x99CA68) is known color: Olivine. HEX triplet: 99, CA and 68. RGB value is (153,202,104). Sum of RGB (Red+Green+Blue) = 153+202+104=459 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.33% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA68 is #663597. Grayscale: #B0B0B0. Windows color (decimal): -6698392 or 6867609. OLE color: 6867609.
HSL color Cylindrical-coordinate representation of color #99CA68: hue angle of 90º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99CA68 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 104 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.21 |
| HSL | 90º | 0.48% | 0.6% | - |
| HSV(B) | 90º | 0.49% | 0.79% | - |
| XYZ | 36.76 | 50.01 | 20.81 | - |
| YUV | 176.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 104 | 0.24 | 0 | 0.49 | 0.21 | 90 | 0.48 | 0.6 |
| Hex | 99 | CA | 68 | 18 | 0 | 31 | 15 | 5A | 30 | 3C |
| Octal | 231 | 312 | 150 | 30 | 0 | 61 | 25 | 132 | 60 | 74 |
| Binary | 10011001 | 11001010 | 1101000 | 11000 | 0 | 110001 | 10101 | 1011010 | 110000 | 111100 |
Color Harmonies of #99CA68
Complementary color
Monochromatic Colors of #99CA68
Black with #99CA68
Text Example
Text Example
White with #99CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA68; }
p { color: rgb(153,202,104); }
H1.HeaderClassName
{
color: #99CA68;
}
.AnyTagClassName
{
color: #99CA68;
}
</style>
background-color css
<style>
a { background-color: #99CA68; }
a { background-color: rgb(153,202,104); }
div.DivClassName
{
background-color: #99CA68;
}
.BgClassName
{
background-color: #99CA68;
}
</style>
border-color css
<style>
span { border-color: #99CA68; }
span { border-color: rgb(153,202,104); }
td.TdClassName
{
border-color: #99CA68;
}
.TagClassName
{
border-color: #99CA68;
}
</style>