Shades of Olivine #A8CA67
Tints of Olivine #A8CA67
RGB
CMYK
RGB Variations
Color information
#A8CA67 (or 0xA8CA67) is known color: Olivine. HEX triplet: A8, CA and 67. RGB value is (168,202,103). Sum of RGB (Red+Green+Blue) = 168+202+103=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CA67 is #573598. Grayscale: #B4B4B4. Windows color (decimal): -5715353 or 6802088. OLE color: 6802088.
HSL color Cylindrical-coordinate representation of color #A8CA67: hue angle of 80.61º 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 #A8CA67 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 103 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.21 |
| HSL | 80.61º | 0.48% | 0.6% | - |
| HSV(B) | 80.61º | 0.49% | 0.79% | - |
| XYZ | 39.72 | 51.55 | 20.69 | - |
| YUV | 180.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 103 | 0.17 | 0 | 0.49 | 0.21 | 80.61 | 0.48 | 0.6 |
| Hex | A8 | CA | 67 | 11 | 0 | 31 | 15 | 51 | 30 | 3C |
| Octal | 250 | 312 | 147 | 21 | 0 | 61 | 25 | 121 | 60 | 74 |
| Binary | 10101000 | 11001010 | 1100111 | 10001 | 0 | 110001 | 10101 | 1010001 | 110000 | 111100 |
Color Harmonies of #A8CA67
Complementary color
Monochromatic Colors of #A8CA67
Black with #A8CA67
Text Example
Text Example
White with #A8CA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA67; }
p { color: rgb(168,202,103); }
H1.HeaderClassName
{
color: #A8CA67;
}
.AnyTagClassName
{
color: #A8CA67;
}
</style>
background-color css
<style>
a { background-color: #A8CA67; }
a { background-color: rgb(168,202,103); }
div.DivClassName
{
background-color: #A8CA67;
}
.BgClassName
{
background-color: #A8CA67;
}
</style>
border-color css
<style>
span { border-color: #A8CA67; }
span { border-color: rgb(168,202,103); }
td.TdClassName
{
border-color: #A8CA67;
}
.TagClassName
{
border-color: #A8CA67;
}
</style>