Shades of Olivine #A5CF66
Tints of Olivine #A5CF66
RGB
CMYK
RGB Variations
Color information
#A5CF66 (or 0xA5CF66) is known color: Olivine. HEX triplet: A5, CF and 66. RGB value is (165,207,102). Sum of RGB (Red+Green+Blue) = 165+207+102=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF66 is #5A3099. Grayscale: #B6B6B6. Windows color (decimal): -5910682 or 6737829. OLE color: 6737829.
HSL color Cylindrical-coordinate representation of color #A5CF66: hue angle of 84º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5CF66 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 207 | 102 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.19 |
| HSL | 84º | 0.52% | 0.61% | - |
| HSV(B) | 84º | 0.51% | 0.81% | - |
| XYZ | 40.23 | 53.58 | 20.79 | - |
| YUV | 182.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 207 | 102 | 0.20 | 0 | 0.51 | 0.19 | 84 | 0.52 | 0.61 |
| Hex | A5 | CF | 66 | 14 | 0 | 33 | 13 | 54 | 34 | 3D |
| Octal | 245 | 317 | 146 | 24 | 0 | 63 | 23 | 124 | 64 | 75 |
| Binary | 10100101 | 11001111 | 1100110 | 10100 | 0 | 110011 | 10011 | 1010100 | 110100 | 111101 |
Color Harmonies of #A5CF66
Complementary color
Monochromatic Colors of #A5CF66
Black with #A5CF66
Text Example
Text Example
White with #A5CF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CF66; }
p { color: rgb(165,207,102); }
H1.HeaderClassName
{
color: #A5CF66;
}
.AnyTagClassName
{
color: #A5CF66;
}
</style>
background-color css
<style>
a { background-color: #A5CF66; }
a { background-color: rgb(165,207,102); }
div.DivClassName
{
background-color: #A5CF66;
}
.BgClassName
{
background-color: #A5CF66;
}
</style>
border-color css
<style>
span { border-color: #A5CF66; }
span { border-color: rgb(165,207,102); }
td.TdClassName
{
border-color: #A5CF66;
}
.TagClassName
{
border-color: #A5CF66;
}
</style>