Shades of Olivine #99CF69
Tints of Olivine #99CF69
RGB
CMYK
RGB Variations
Color information
#99CF69 (or 0x99CF69) is known color: Olivine. HEX triplet: 99, CF and 69. RGB value is (153,207,105). Sum of RGB (Red+Green+Blue) = 153+207+105=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF69 is #663096. Grayscale: #B3B3B3. Windows color (decimal): -6697111 or 6934425. OLE color: 6934425.
HSL color Cylindrical-coordinate representation of color #99CF69: hue angle of 91.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99CF69 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 105 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.19 |
| HSL | 91.76º | 0.52% | 0.61% | - |
| HSV(B) | 91.76º | 0.49% | 0.81% | - |
| XYZ | 38 | 52.42 | 21.48 | - |
| YUV | 179.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 105 | 0.26 | 0 | 0.49 | 0.19 | 91.76 | 0.52 | 0.61 |
| Hex | 99 | CF | 69 | 1A | 0 | 31 | 13 | 5C | 34 | 3D |
| Octal | 231 | 317 | 151 | 32 | 0 | 61 | 23 | 134 | 64 | 75 |
| Binary | 10011001 | 11001111 | 1101001 | 11010 | 0 | 110001 | 10011 | 1011100 | 110100 | 111101 |
Color Harmonies of #99CF69
Complementary color
Monochromatic Colors of #99CF69
Black with #99CF69
Text Example
Text Example
White with #99CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CF69; }
p { color: rgb(153,207,105); }
H1.HeaderClassName
{
color: #99CF69;
}
.AnyTagClassName
{
color: #99CF69;
}
</style>
background-color css
<style>
a { background-color: #99CF69; }
a { background-color: rgb(153,207,105); }
div.DivClassName
{
background-color: #99CF69;
}
.BgClassName
{
background-color: #99CF69;
}
</style>
border-color css
<style>
span { border-color: #99CF69; }
span { border-color: rgb(153,207,105); }
td.TdClassName
{
border-color: #99CF69;
}
.TagClassName
{
border-color: #99CF69;
}
</style>