Shades of Olivine #A8CB6B
Tints of Olivine #A8CB6B
RGB
CMYK
RGB Variations
Color information
#A8CB6B (or 0xA8CB6B) is known color: Olivine. HEX triplet: A8, CB and 6B. RGB value is (168,203,107). Sum of RGB (Red+Green+Blue) = 168+203+107=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB6B is #573494. Grayscale: #B5B5B5. Windows color (decimal): -5715093 or 7064488. OLE color: 7064488.
HSL color Cylindrical-coordinate representation of color #A8CB6B: hue angle of 81.87º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8CB6B is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 107 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.20 |
| HSL | 81.87º | 0.48% | 0.61% | - |
| HSV(B) | 81.87º | 0.47% | 0.8% | - |
| XYZ | 40.16 | 52.1 | 21.85 | - |
| YUV | 181.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 107 | 0.17 | 0 | 0.47 | 0.20 | 81.87 | 0.48 | 0.61 |
| Hex | A8 | CB | 6B | 11 | 0 | 2F | 14 | 52 | 30 | 3D |
| Octal | 250 | 313 | 153 | 21 | 0 | 57 | 24 | 122 | 60 | 75 |
| Binary | 10101000 | 11001011 | 1101011 | 10001 | 0 | 101111 | 10100 | 1010010 | 110000 | 111101 |
Color Harmonies of #A8CB6B
Complementary color
Monochromatic Colors of #A8CB6B
Black with #A8CB6B
Text Example
Text Example
White with #A8CB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB6B; }
p { color: rgb(168,203,107); }
H1.HeaderClassName
{
color: #A8CB6B;
}
.AnyTagClassName
{
color: #A8CB6B;
}
</style>
background-color css
<style>
a { background-color: #A8CB6B; }
a { background-color: rgb(168,203,107); }
div.DivClassName
{
background-color: #A8CB6B;
}
.BgClassName
{
background-color: #A8CB6B;
}
</style>
border-color css
<style>
span { border-color: #A8CB6B; }
span { border-color: rgb(168,203,107); }
td.TdClassName
{
border-color: #A8CB6B;
}
.TagClassName
{
border-color: #A8CB6B;
}
</style>