Shades of Olivine #A8CC69
Tints of Olivine #A8CC69
RGB
CMYK
RGB Variations
Color information
#A8CC69 (or 0xA8CC69) is known color: Olivine. HEX triplet: A8, CC and 69. RGB value is (168,204,105). Sum of RGB (Red+Green+Blue) = 168+204+105=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CC69 is #573396. Grayscale: #B6B6B6. Windows color (decimal): -5714839 or 6933672. OLE color: 6933672.
HSL color Cylindrical-coordinate representation of color #A8CC69: hue angle of 81.82º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8CC69 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 105 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.2 |
| HSL | 81.82º | 0.49% | 0.61% | - |
| HSV(B) | 81.82º | 0.49% | 0.8% | - |
| XYZ | 40.29 | 52.53 | 21.38 | - |
| YUV | 181.95 | 84.57 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 105 | 0.18 | 0 | 0.49 | 0.2 | 81.82 | 0.49 | 0.61 |
| Hex | A8 | CC | 69 | 12 | 0 | 31 | 14 | 52 | 31 | 3D |
| Octal | 250 | 314 | 151 | 22 | 0 | 61 | 24 | 122 | 61 | 75 |
| Binary | 10101000 | 11001100 | 1101001 | 10010 | 0 | 110001 | 10100 | 1010010 | 110001 | 111101 |
Color Harmonies of #A8CC69
Complementary color
Monochromatic Colors of #A8CC69
Black with #A8CC69
Text Example
Text Example
White with #A8CC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC69; }
p { color: rgb(168,204,105); }
H1.HeaderClassName
{
color: #A8CC69;
}
.AnyTagClassName
{
color: #A8CC69;
}
</style>
background-color css
<style>
a { background-color: #A8CC69; }
a { background-color: rgb(168,204,105); }
div.DivClassName
{
background-color: #A8CC69;
}
.BgClassName
{
background-color: #A8CC69;
}
</style>
border-color css
<style>
span { border-color: #A8CC69; }
span { border-color: rgb(168,204,105); }
td.TdClassName
{
border-color: #A8CC69;
}
.TagClassName
{
border-color: #A8CC69;
}
</style>