Shades of Olivine #A8CB67
Tints of Olivine #A8CB67
RGB
CMYK
RGB Variations
Color information
#A8CB67 (or 0xA8CB67) is known color: Olivine. HEX triplet: A8, CB and 67. RGB value is (168,203,103). Sum of RGB (Red+Green+Blue) = 168+203+103=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB67 is #573498. Grayscale: #B5B5B5. Windows color (decimal): -5715097 or 6802344. OLE color: 6802344.
HSL color Cylindrical-coordinate representation of color #A8CB67: hue angle of 81º 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 #A8CB67 is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 103 | - |
| CMYK | 0.17 | 0 | 0.49 | 0.20 |
| HSL | 81º | 0.49% | 0.6% | - |
| HSV(B) | 81º | 0.49% | 0.8% | - |
| XYZ | 39.95 | 52.02 | 20.77 | - |
| YUV | 181.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 103 | 0.17 | 0 | 0.49 | 0.20 | 81 | 0.49 | 0.6 |
| Hex | A8 | CB | 67 | 11 | 0 | 31 | 14 | 51 | 31 | 3C |
| Octal | 250 | 313 | 147 | 21 | 0 | 61 | 24 | 121 | 61 | 74 |
| Binary | 10101000 | 11001011 | 1100111 | 10001 | 0 | 110001 | 10100 | 1010001 | 110001 | 111100 |
Color Harmonies of #A8CB67
Complementary color
Monochromatic Colors of #A8CB67
Black with #A8CB67
Text Example
Text Example
White with #A8CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB67; }
p { color: rgb(168,203,103); }
H1.HeaderClassName
{
color: #A8CB67;
}
.AnyTagClassName
{
color: #A8CB67;
}
</style>
background-color css
<style>
a { background-color: #A8CB67; }
a { background-color: rgb(168,203,103); }
div.DivClassName
{
background-color: #A8CB67;
}
.BgClassName
{
background-color: #A8CB67;
}
</style>
border-color css
<style>
span { border-color: #A8CB67; }
span { border-color: rgb(168,203,103); }
td.TdClassName
{
border-color: #A8CB67;
}
.TagClassName
{
border-color: #A8CB67;
}
</style>