Shades of Olivine #A9C767
Tints of Olivine #A9C767
RGB
CMYK
RGB Variations
Color information
#A9C767 (or 0xA9C767) is known color: Olivine. HEX triplet: A9, C7 and 67. RGB value is (169,199,103). Sum of RGB (Red+Green+Blue) = 169+199+103=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C767 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9C767 is #563898. Grayscale: #B3B3B3. Windows color (decimal): -5650585 or 6801321. OLE color: 6801321.
HSL color Cylindrical-coordinate representation of color #A9C767: hue angle of 78.75º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A9C767 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 199 | 103 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.22 |
| HSL | 78.75º | 0.46% | 0.59% | - |
| HSV(B) | 78.75º | 0.48% | 0.78% | - |
| XYZ | 39.23 | 50.26 | 20.47 | - |
| YUV | 179.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 199 | 103 | 0.15 | 0 | 0.48 | 0.22 | 78.75 | 0.46 | 0.59 |
| Hex | A9 | C7 | 67 | F | 0 | 30 | 16 | 4F | 2E | 3B |
| Octal | 251 | 307 | 147 | 17 | 0 | 60 | 26 | 117 | 56 | 73 |
| Binary | 10101001 | 11000111 | 1100111 | 1111 | 0 | 110000 | 10110 | 1001111 | 101110 | 111011 |
Color Harmonies of #A9C767
Complementary color
Monochromatic Colors of #A9C767
Black with #A9C767
Text Example
Text Example
White with #A9C767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C767; }
p { color: rgb(169,199,103); }
H1.HeaderClassName
{
color: #A9C767;
}
.AnyTagClassName
{
color: #A9C767;
}
</style>
background-color css
<style>
a { background-color: #A9C767; }
a { background-color: rgb(169,199,103); }
div.DivClassName
{
background-color: #A9C767;
}
.BgClassName
{
background-color: #A9C767;
}
</style>
border-color css
<style>
span { border-color: #A9C767; }
span { border-color: rgb(169,199,103); }
td.TdClassName
{
border-color: #A9C767;
}
.TagClassName
{
border-color: #A9C767;
}
</style>