Shades of Olivine #99C167
Tints of Olivine #99C167
RGB
CMYK
RGB Variations
Color information
#99C167 (or 0x99C167) is known color: Olivine. HEX triplet: 99, C1 and 67. RGB value is (153,193,103). Sum of RGB (Red+Green+Blue) = 153+193+103=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #99C167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C167 is #663E98. Grayscale: #ABABAB. Windows color (decimal): -6700697 or 6799769. OLE color: 6799769.
HSL color Cylindrical-coordinate representation of color #99C167: hue angle of 86.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99C167 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 193 | 103 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.24 |
| HSL | 86.67º | 0.42% | 0.58% | - |
| HSV(B) | 86.67º | 0.47% | 0.76% | - |
| XYZ | 34.66 | 45.89 | 19.86 | - |
| YUV | 170.78 | 89.75 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 193 | 103 | 0.21 | 0 | 0.47 | 0.24 | 86.67 | 0.42 | 0.58 |
| Hex | 99 | C1 | 67 | 15 | 0 | 2F | 18 | 57 | 2A | 3A |
| Octal | 231 | 301 | 147 | 25 | 0 | 57 | 30 | 127 | 52 | 72 |
| Binary | 10011001 | 11000001 | 1100111 | 10101 | 0 | 101111 | 11000 | 1010111 | 101010 | 111010 |
Color Harmonies of #99C167
Complementary color
Monochromatic Colors of #99C167
Black with #99C167
Text Example
Text Example
White with #99C167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C167; }
p { color: rgb(153,193,103); }
H1.HeaderClassName
{
color: #99C167;
}
.AnyTagClassName
{
color: #99C167;
}
</style>
background-color css
<style>
a { background-color: #99C167; }
a { background-color: rgb(153,193,103); }
div.DivClassName
{
background-color: #99C167;
}
.BgClassName
{
background-color: #99C167;
}
</style>
border-color css
<style>
span { border-color: #99C167; }
span { border-color: rgb(153,193,103); }
td.TdClassName
{
border-color: #99C167;
}
.TagClassName
{
border-color: #99C167;
}
</style>