Shades of Olivine #99AF6C
Tints of Olivine #99AF6C
RGB
CMYK
RGB Variations
Color information
#99AF6C (or 0x99AF6C) is known color: Olivine. HEX triplet: 99, AF and 6C. RGB value is (153,175,108). Sum of RGB (Red+Green+Blue) = 153+175+108=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF6C is #665093. Grayscale: #A1A1A1. Windows color (decimal): -6705300 or 7122841. OLE color: 7122841.
HSL color Cylindrical-coordinate representation of color #99AF6C: hue angle of 79.7º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99AF6C is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 108 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.31 |
| HSL | 79.7º | 0.3% | 0.55% | - |
| HSV(B) | 79.7º | 0.38% | 0.69% | - |
| XYZ | 31.17 | 38.51 | 19.98 | - |
| YUV | 160.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 108 | 0.13 | 0 | 0.38 | 0.31 | 79.7 | 0.3 | 0.55 |
| Hex | 99 | AF | 6C | D | 0 | 26 | 1F | 50 | 1E | 37 |
| Octal | 231 | 257 | 154 | 15 | 0 | 46 | 37 | 120 | 36 | 67 |
| Binary | 10011001 | 10101111 | 1101100 | 1101 | 0 | 100110 | 11111 | 1010000 | 11110 | 110111 |
Color Harmonies of #99AF6C
Complementary color
Monochromatic Colors of #99AF6C
Black with #99AF6C
Text Example
Text Example
White with #99AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF6C; }
p { color: rgb(153,175,108); }
H1.HeaderClassName
{
color: #99AF6C;
}
.AnyTagClassName
{
color: #99AF6C;
}
</style>
background-color css
<style>
a { background-color: #99AF6C; }
a { background-color: rgb(153,175,108); }
div.DivClassName
{
background-color: #99AF6C;
}
.BgClassName
{
background-color: #99AF6C;
}
</style>
border-color css
<style>
span { border-color: #99AF6C; }
span { border-color: rgb(153,175,108); }
td.TdClassName
{
border-color: #99AF6C;
}
.TagClassName
{
border-color: #99AF6C;
}
</style>