Shades of Olivine #A8C369
Tints of Olivine #A8C369
RGB
CMYK
RGB Variations
Color information
#A8C369 (or 0xA8C369) is known color: Olivine. HEX triplet: A8, C3 and 69. RGB value is (168,195,105). Sum of RGB (Red+Green+Blue) = 168+195+105=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C369 is #573C96. Grayscale: #B1B1B1. Windows color (decimal): -5717143 or 6931368. OLE color: 6931368.
HSL color Cylindrical-coordinate representation of color #A8C369: hue angle of 78º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8C369 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 105 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.24 |
| HSL | 78º | 0.43% | 0.59% | - |
| HSV(B) | 78º | 0.46% | 0.76% | - |
| XYZ | 38.21 | 48.37 | 20.69 | - |
| YUV | 176.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 105 | 0.14 | 0 | 0.46 | 0.24 | 78 | 0.43 | 0.59 |
| Hex | A8 | C3 | 69 | E | 0 | 2E | 18 | 4E | 2B | 3B |
| Octal | 250 | 303 | 151 | 16 | 0 | 56 | 30 | 116 | 53 | 73 |
| Binary | 10101000 | 11000011 | 1101001 | 1110 | 0 | 101110 | 11000 | 1001110 | 101011 | 111011 |
Color Harmonies of #A8C369
Complementary color
Monochromatic Colors of #A8C369
Black with #A8C369
Text Example
Text Example
White with #A8C369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C369; }
p { color: rgb(168,195,105); }
H1.HeaderClassName
{
color: #A8C369;
}
.AnyTagClassName
{
color: #A8C369;
}
</style>
background-color css
<style>
a { background-color: #A8C369; }
a { background-color: rgb(168,195,105); }
div.DivClassName
{
background-color: #A8C369;
}
.BgClassName
{
background-color: #A8C369;
}
</style>
border-color css
<style>
span { border-color: #A8C369; }
span { border-color: rgb(168,195,105); }
td.TdClassName
{
border-color: #A8C369;
}
.TagClassName
{
border-color: #A8C369;
}
</style>