Shades of Olivine #99CF5D
Tints of Olivine #99CF5D
RGB
CMYK
RGB Variations
Color information
#99CF5D (or 0x99CF5D) is known color: Olivine. HEX triplet: 99, CF and 5D. RGB value is (153,207,93). Sum of RGB (Red+Green+Blue) = 153+207+93=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF5D is #6630A2. Grayscale: #B2B2B2. Windows color (decimal): -6697123 or 6147993. OLE color: 6147993.
HSL color Cylindrical-coordinate representation of color #99CF5D: hue angle of 88.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99CF5D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 93 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.19 |
| HSL | 88.42º | 0.54% | 0.59% | - |
| HSV(B) | 88.42º | 0.55% | 0.81% | - |
| XYZ | 37.43 | 52.19 | 18.46 | - |
| YUV | 177.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 93 | 0.26 | 0 | 0.55 | 0.19 | 88.42 | 0.54 | 0.59 |
| Hex | 99 | CF | 5D | 1A | 0 | 37 | 13 | 58 | 36 | 3B |
| Octal | 231 | 317 | 135 | 32 | 0 | 67 | 23 | 130 | 66 | 73 |
| Binary | 10011001 | 11001111 | 1011101 | 11010 | 0 | 110111 | 10011 | 1011000 | 110110 | 111011 |
Color Harmonies of #99CF5D
Complementary color
Monochromatic Colors of #99CF5D
Black with #99CF5D
Text Example
Text Example
White with #99CF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF5D; }
p { color: rgb(153,207,93); }
H1.HeaderClassName
{
color: #99CF5D;
}
.AnyTagClassName
{
color: #99CF5D;
}
</style>
background-color css
<style>
a { background-color: #99CF5D; }
a { background-color: rgb(153,207,93); }
div.DivClassName
{
background-color: #99CF5D;
}
.BgClassName
{
background-color: #99CF5D;
}
</style>
border-color css
<style>
span { border-color: #99CF5D; }
span { border-color: rgb(153,207,93); }
td.TdClassName
{
border-color: #99CF5D;
}
.TagClassName
{
border-color: #99CF5D;
}
</style>