Shades of Olivine #99C168
Tints of Olivine #99C168
RGB
CMYK
RGB Variations
Color information
#99C168 (or 0x99C168) is known color: Olivine. HEX triplet: 99, C1 and 68. RGB value is (153,193,104). Sum of RGB (Red+Green+Blue) = 153+193+104=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #99C168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C168 is #663E97. Grayscale: #ABABAB. Windows color (decimal): -6700696 or 6865305. OLE color: 6865305.
HSL color Cylindrical-coordinate representation of color #99C168: hue angle of 86.97º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99C168 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 104 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.24 |
| HSL | 86.97º | 0.42% | 0.58% | - |
| HSV(B) | 86.97º | 0.46% | 0.76% | - |
| XYZ | 34.71 | 45.91 | 20.13 | - |
| YUV | 170.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 104 | 0.21 | 0 | 0.46 | 0.24 | 86.97 | 0.42 | 0.58 |
| Hex | 99 | C1 | 68 | 15 | 0 | 2E | 18 | 57 | 2A | 3A |
| Octal | 231 | 301 | 150 | 25 | 0 | 56 | 30 | 127 | 52 | 72 |
| Binary | 10011001 | 11000001 | 1101000 | 10101 | 0 | 101110 | 11000 | 1010111 | 101010 | 111010 |
Color Harmonies of #99C168
Complementary color
Monochromatic Colors of #99C168
Black with #99C168
Text Example
Text Example
White with #99C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C168; }
p { color: rgb(153,193,104); }
H1.HeaderClassName
{
color: #99C168;
}
.AnyTagClassName
{
color: #99C168;
}
</style>
background-color css
<style>
a { background-color: #99C168; }
a { background-color: rgb(153,193,104); }
div.DivClassName
{
background-color: #99C168;
}
.BgClassName
{
background-color: #99C168;
}
</style>
border-color css
<style>
span { border-color: #99C168; }
span { border-color: rgb(153,193,104); }
td.TdClassName
{
border-color: #99C168;
}
.TagClassName
{
border-color: #99C168;
}
</style>