Shades of Olivine #A4CF68
Tints of Olivine #A4CF68
RGB
CMYK
RGB Variations
Color information
#A4CF68 (or 0xA4CF68) is known color: Olivine. HEX triplet: A4, CF and 68. RGB value is (164,207,104). Sum of RGB (Red+Green+Blue) = 164+207+104=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 207 (81.25% from 255 or 43.58% from 475); Blue value is 104 (41.02% from 255 or 21.89% from 475); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CF68 is #5B3097. Grayscale: #B6B6B6. Windows color (decimal): -5976216 or 6868900. OLE color: 6868900.
HSL color Cylindrical-coordinate representation of color #A4CF68: hue angle of 85.05º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4CF68 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 104 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.19 |
| HSL | 85.05º | 0.52% | 0.61% | - |
| HSV(B) | 85.05º | 0.5% | 0.81% | - |
| XYZ | 40.12 | 53.52 | 21.31 | - |
| YUV | 182.4 | 83.75 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 104 | 0.21 | 0 | 0.50 | 0.19 | 85.05 | 0.52 | 0.61 |
| Hex | A4 | CF | 68 | 15 | 0 | 32 | 13 | 55 | 34 | 3D |
| Octal | 244 | 317 | 150 | 25 | 0 | 62 | 23 | 125 | 64 | 75 |
| Binary | 10100100 | 11001111 | 1101000 | 10101 | 0 | 110010 | 10011 | 1010101 | 110100 | 111101 |
Color Harmonies of #A4CF68
Complementary color
Monochromatic Colors of #A4CF68
Black with #A4CF68
Text Example
Text Example
White with #A4CF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CF68; }
p { color: rgb(164,207,104); }
H1.HeaderClassName
{
color: #A4CF68;
}
.AnyTagClassName
{
color: #A4CF68;
}
</style>
background-color css
<style>
a { background-color: #A4CF68; }
a { background-color: rgb(164,207,104); }
div.DivClassName
{
background-color: #A4CF68;
}
.BgClassName
{
background-color: #A4CF68;
}
</style>
border-color css
<style>
span { border-color: #A4CF68; }
span { border-color: rgb(164,207,104); }
td.TdClassName
{
border-color: #A4CF68;
}
.TagClassName
{
border-color: #A4CF68;
}
</style>