Shades of Olivine #A8C769
Tints of Olivine #A8C769
RGB
CMYK
RGB Variations
Color information
#A8C769 (or 0xA8C769) is known color: Olivine. HEX triplet: A8, C7 and 69. RGB value is (168,199,105). Sum of RGB (Red+Green+Blue) = 168+199+105=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C769 is #573896. Grayscale: #B3B3B3. Windows color (decimal): -5716119 or 6932392. OLE color: 6932392.
HSL color Cylindrical-coordinate representation of color #A8C769: hue angle of 79.79º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8C769 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 105 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.22 |
| HSL | 79.79º | 0.46% | 0.6% | - |
| HSV(B) | 79.79º | 0.47% | 0.78% | - |
| XYZ | 39.12 | 50.19 | 20.99 | - |
| YUV | 179.02 | 86.23 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 105 | 0.16 | 0 | 0.47 | 0.22 | 79.79 | 0.46 | 0.6 |
| Hex | A8 | C7 | 69 | 10 | 0 | 2F | 16 | 50 | 2E | 3C |
| Octal | 250 | 307 | 151 | 20 | 0 | 57 | 26 | 120 | 56 | 74 |
| Binary | 10101000 | 11000111 | 1101001 | 10000 | 0 | 101111 | 10110 | 1010000 | 101110 | 111100 |
Color Harmonies of #A8C769
Complementary color
Monochromatic Colors of #A8C769
Black with #A8C769
Text Example
Text Example
White with #A8C769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C769; }
p { color: rgb(168,199,105); }
H1.HeaderClassName
{
color: #A8C769;
}
.AnyTagClassName
{
color: #A8C769;
}
</style>
background-color css
<style>
a { background-color: #A8C769; }
a { background-color: rgb(168,199,105); }
div.DivClassName
{
background-color: #A8C769;
}
.BgClassName
{
background-color: #A8C769;
}
</style>
border-color css
<style>
span { border-color: #A8C769; }
span { border-color: rgb(168,199,105); }
td.TdClassName
{
border-color: #A8C769;
}
.TagClassName
{
border-color: #A8C769;
}
</style>