Shades of Olivine #99CA74
Tints of Olivine #99CA74
RGB
CMYK
RGB Variations
Color information
#99CA74 (or 0x99CA74) is known color: Olivine. HEX triplet: 99, CA and 74. RGB value is (153,202,116). Sum of RGB (Red+Green+Blue) = 153+202+116=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA74 is #66358B. Grayscale: #B1B1B1. Windows color (decimal): -6698380 or 7654041. OLE color: 7654041.
HSL color Cylindrical-coordinate representation of color #99CA74: hue angle of 94.19º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99CA74 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 153 | 202 | 116 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.21 |
| HSL | 94.19º | 0.45% | 0.62% | - |
| HSV(B) | 94.19º | 0.43% | 0.79% | - |
| XYZ | 37.41 | 50.27 | 24.26 | - |
| YUV | 177.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 202 | 116 | 0.24 | 0 | 0.43 | 0.21 | 94.19 | 0.45 | 0.62 |
| Hex | 99 | CA | 74 | 18 | 0 | 2B | 15 | 5E | 2D | 3E |
| Octal | 231 | 312 | 164 | 30 | 0 | 53 | 25 | 136 | 55 | 76 |
| Binary | 10011001 | 11001010 | 1110100 | 11000 | 0 | 101011 | 10101 | 1011110 | 101101 | 111110 |
Color Harmonies of #99CA74
Complementary color
Monochromatic Colors of #99CA74
Black with #99CA74
Text Example
Text Example
White with #99CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CA74; }
p { color: rgb(153,202,116); }
H1.HeaderClassName
{
color: #99CA74;
}
.AnyTagClassName
{
color: #99CA74;
}
</style>
background-color css
<style>
a { background-color: #99CA74; }
a { background-color: rgb(153,202,116); }
div.DivClassName
{
background-color: #99CA74;
}
.BgClassName
{
background-color: #99CA74;
}
</style>
border-color css
<style>
span { border-color: #99CA74; }
span { border-color: rgb(153,202,116); }
td.TdClassName
{
border-color: #99CA74;
}
.TagClassName
{
border-color: #99CA74;
}
</style>