Shades of Olivine #A4CA67
Tints of Olivine #A4CA67
RGB
CMYK
RGB Variations
Color information
#A4CA67 (or 0xA4CA67) is known color: Olivine. HEX triplet: A4, CA and 67. RGB value is (164,202,103). Sum of RGB (Red+Green+Blue) = 164+202+103=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CA67 is #5B3598. Grayscale: #B3B3B3. Windows color (decimal): -5977497 or 6802084. OLE color: 6802084.
HSL color Cylindrical-coordinate representation of color #A4CA67: hue angle of 83.03º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A4CA67 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 103 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.21 |
| HSL | 83.03º | 0.48% | 0.6% | - |
| HSV(B) | 83.03º | 0.49% | 0.79% | - |
| XYZ | 38.88 | 51.11 | 20.65 | - |
| YUV | 179.35 | 84.91 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 103 | 0.19 | 0 | 0.49 | 0.21 | 83.03 | 0.48 | 0.6 |
| Hex | A4 | CA | 67 | 13 | 0 | 31 | 15 | 53 | 30 | 3C |
| Octal | 244 | 312 | 147 | 23 | 0 | 61 | 25 | 123 | 60 | 74 |
| Binary | 10100100 | 11001010 | 1100111 | 10011 | 0 | 110001 | 10101 | 1010011 | 110000 | 111100 |
Color Harmonies of #A4CA67
Complementary color
Monochromatic Colors of #A4CA67
Black with #A4CA67
Text Example
Text Example
White with #A4CA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA67; }
p { color: rgb(164,202,103); }
H1.HeaderClassName
{
color: #A4CA67;
}
.AnyTagClassName
{
color: #A4CA67;
}
</style>
background-color css
<style>
a { background-color: #A4CA67; }
a { background-color: rgb(164,202,103); }
div.DivClassName
{
background-color: #A4CA67;
}
.BgClassName
{
background-color: #A4CA67;
}
</style>
border-color css
<style>
span { border-color: #A4CA67; }
span { border-color: rgb(164,202,103); }
td.TdClassName
{
border-color: #A4CA67;
}
.TagClassName
{
border-color: #A4CA67;
}
</style>