Shades of Olivine #A7CE69
Tints of Olivine #A7CE69
RGB
CMYK
RGB Variations
Color information
#A7CE69 (or 0xA7CE69) is known color: Olivine. HEX triplet: A7, CE and 69. RGB value is (167,206,105). Sum of RGB (Red+Green+Blue) = 167+206+105=478 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.94% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7CE69 is #583196. Grayscale: #B7B7B7. Windows color (decimal): -5779863 or 6934183. OLE color: 6934183.
HSL color Cylindrical-coordinate representation of color #A7CE69: hue angle of 83.17º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A7CE69 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 105 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.19 |
| HSL | 83.17º | 0.51% | 0.61% | - |
| HSV(B) | 83.17º | 0.49% | 0.81% | - |
| XYZ | 40.56 | 53.38 | 21.53 | - |
| YUV | 182.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 105 | 0.19 | 0 | 0.49 | 0.19 | 83.17 | 0.51 | 0.61 |
| Hex | A7 | CE | 69 | 13 | 0 | 31 | 13 | 53 | 33 | 3D |
| Octal | 247 | 316 | 151 | 23 | 0 | 61 | 23 | 123 | 63 | 75 |
| Binary | 10100111 | 11001110 | 1101001 | 10011 | 0 | 110001 | 10011 | 1010011 | 110011 | 111101 |
Color Harmonies of #A7CE69
Complementary color
Monochromatic Colors of #A7CE69
Black with #A7CE69
Text Example
Text Example
White with #A7CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE69; }
p { color: rgb(167,206,105); }
H1.HeaderClassName
{
color: #A7CE69;
}
.AnyTagClassName
{
color: #A7CE69;
}
</style>
background-color css
<style>
a { background-color: #A7CE69; }
a { background-color: rgb(167,206,105); }
div.DivClassName
{
background-color: #A7CE69;
}
.BgClassName
{
background-color: #A7CE69;
}
</style>
border-color css
<style>
span { border-color: #A7CE69; }
span { border-color: rgb(167,206,105); }
td.TdClassName
{
border-color: #A7CE69;
}
.TagClassName
{
border-color: #A7CE69;
}
</style>