Shades of Olivine #A0CB68
Tints of Olivine #A0CB68
RGB
CMYK
RGB Variations
Color information
#A0CB68 (or 0xA0CB68) is known color: Olivine. HEX triplet: A0, CB and 68. RGB value is (160,203,104). Sum of RGB (Red+Green+Blue) = 160+203+104=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CB68 is #5F3497. Grayscale: #B3B3B3. Windows color (decimal): -6239384 or 6867872. OLE color: 6867872.
HSL color Cylindrical-coordinate representation of color #A0CB68: hue angle of 86.06º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0CB68 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 104 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.20 |
| HSL | 86.06º | 0.49% | 0.6% | - |
| HSV(B) | 86.06º | 0.49% | 0.8% | - |
| XYZ | 38.35 | 51.18 | 20.96 | - |
| YUV | 178.86 | 85.75 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 104 | 0.21 | 0 | 0.49 | 0.20 | 86.06 | 0.49 | 0.6 |
| Hex | A0 | CB | 68 | 15 | 0 | 31 | 14 | 56 | 31 | 3C |
| Octal | 240 | 313 | 150 | 25 | 0 | 61 | 24 | 126 | 61 | 74 |
| Binary | 10100000 | 11001011 | 1101000 | 10101 | 0 | 110001 | 10100 | 1010110 | 110001 | 111100 |
Color Harmonies of #A0CB68
Complementary color
Monochromatic Colors of #A0CB68
Black with #A0CB68
Text Example
Text Example
White with #A0CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB68; }
p { color: rgb(160,203,104); }
H1.HeaderClassName
{
color: #A0CB68;
}
.AnyTagClassName
{
color: #A0CB68;
}
</style>
background-color css
<style>
a { background-color: #A0CB68; }
a { background-color: rgb(160,203,104); }
div.DivClassName
{
background-color: #A0CB68;
}
.BgClassName
{
background-color: #A0CB68;
}
</style>
border-color css
<style>
span { border-color: #A0CB68; }
span { border-color: rgb(160,203,104); }
td.TdClassName
{
border-color: #A0CB68;
}
.TagClassName
{
border-color: #A0CB68;
}
</style>