Shades of Olivine #A6CA63
Tints of Olivine #A6CA63
RGB
CMYK
RGB Variations
Color information
#A6CA63 (or 0xA6CA63) is known color: Olivine. HEX triplet: A6, CA and 63. RGB value is (166,202,99). Sum of RGB (Red+Green+Blue) = 166+202+99=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA63 is #59359C. Grayscale: #B3B3B3. Windows color (decimal): -5846429 or 6539942. OLE color: 6539942.
HSL color Cylindrical-coordinate representation of color #A6CA63: hue angle of 80.97º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6CA63 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 99 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.21 |
| HSL | 80.97º | 0.49% | 0.59% | - |
| HSV(B) | 80.97º | 0.51% | 0.79% | - |
| XYZ | 39.1 | 51.25 | 19.64 | - |
| YUV | 179.49 | 82.57 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 99 | 0.18 | 0 | 0.51 | 0.21 | 80.97 | 0.49 | 0.59 |
| Hex | A6 | CA | 63 | 12 | 0 | 33 | 15 | 51 | 31 | 3B |
| Octal | 246 | 312 | 143 | 22 | 0 | 63 | 25 | 121 | 61 | 73 |
| Binary | 10100110 | 11001010 | 1100011 | 10010 | 0 | 110011 | 10101 | 1010001 | 110001 | 111011 |
Color Harmonies of #A6CA63
Complementary color
Monochromatic Colors of #A6CA63
Black with #A6CA63
Text Example
Text Example
White with #A6CA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA63; }
p { color: rgb(166,202,99); }
H1.HeaderClassName
{
color: #A6CA63;
}
.AnyTagClassName
{
color: #A6CA63;
}
</style>
background-color css
<style>
a { background-color: #A6CA63; }
a { background-color: rgb(166,202,99); }
div.DivClassName
{
background-color: #A6CA63;
}
.BgClassName
{
background-color: #A6CA63;
}
</style>
border-color css
<style>
span { border-color: #A6CA63; }
span { border-color: rgb(166,202,99); }
td.TdClassName
{
border-color: #A6CA63;
}
.TagClassName
{
border-color: #A6CA63;
}
</style>