Shades of Olivine #A6CE68
Tints of Olivine #A6CE68
RGB
CMYK
RGB Variations
Color information
#A6CE68 (or 0xA6CE68) is known color: Olivine. HEX triplet: A6, CE and 68. RGB value is (166,206,104). Sum of RGB (Red+Green+Blue) = 166+206+104=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CE68 is #593197. Grayscale: #B6B6B6. Windows color (decimal): -5845400 or 6868646. OLE color: 6868646.
HSL color Cylindrical-coordinate representation of color #A6CE68: hue angle of 83.53º degrees, saturation: 0.51, 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 #A6CE68 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 104 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.19 |
| HSL | 83.53º | 0.51% | 0.61% | - |
| HSV(B) | 83.53º | 0.5% | 0.81% | - |
| XYZ | 40.3 | 53.25 | 21.25 | - |
| YUV | 182.41 | 83.75 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 104 | 0.19 | 0 | 0.50 | 0.19 | 83.53 | 0.51 | 0.61 |
| Hex | A6 | CE | 68 | 13 | 0 | 32 | 13 | 54 | 33 | 3D |
| Octal | 246 | 316 | 150 | 23 | 0 | 62 | 23 | 124 | 63 | 75 |
| Binary | 10100110 | 11001110 | 1101000 | 10011 | 0 | 110010 | 10011 | 1010100 | 110011 | 111101 |
Color Harmonies of #A6CE68
Complementary color
Monochromatic Colors of #A6CE68
Black with #A6CE68
Text Example
Text Example
White with #A6CE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE68; }
p { color: rgb(166,206,104); }
H1.HeaderClassName
{
color: #A6CE68;
}
.AnyTagClassName
{
color: #A6CE68;
}
</style>
background-color css
<style>
a { background-color: #A6CE68; }
a { background-color: rgb(166,206,104); }
div.DivClassName
{
background-color: #A6CE68;
}
.BgClassName
{
background-color: #A6CE68;
}
</style>
border-color css
<style>
span { border-color: #A6CE68; }
span { border-color: rgb(166,206,104); }
td.TdClassName
{
border-color: #A6CE68;
}
.TagClassName
{
border-color: #A6CE68;
}
</style>