Shades of Olivine #A4CB75
Tints of Olivine #A4CB75
RGB
CMYK
RGB Variations
Color information
#A4CB75 (or 0xA4CB75) is known color: Olivine. HEX triplet: A4, CB and 75. RGB value is (164,203,117). Sum of RGB (Red+Green+Blue) = 164+203+117=484 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.88% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB75 is #5B348A. Grayscale: #B5B5B5. Windows color (decimal): -5977227 or 7719844. OLE color: 7719844.
HSL color Cylindrical-coordinate representation of color #A4CB75: hue angle of 87.21º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4CB75 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 117 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.20 |
| HSL | 87.21º | 0.45% | 0.63% | - |
| HSV(B) | 87.21º | 0.42% | 0.8% | - |
| XYZ | 39.88 | 51.89 | 24.74 | - |
| YUV | 181.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 117 | 0.19 | 0 | 0.42 | 0.20 | 87.21 | 0.45 | 0.63 |
| Hex | A4 | CB | 75 | 13 | 0 | 2A | 14 | 57 | 2D | 3F |
| Octal | 244 | 313 | 165 | 23 | 0 | 52 | 24 | 127 | 55 | 77 |
| Binary | 10100100 | 11001011 | 1110101 | 10011 | 0 | 101010 | 10100 | 1010111 | 101101 | 111111 |
Color Harmonies of #A4CB75
Complementary color
Monochromatic Colors of #A4CB75
Black with #A4CB75
Text Example
Text Example
White with #A4CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB75; }
p { color: rgb(164,203,117); }
H1.HeaderClassName
{
color: #A4CB75;
}
.AnyTagClassName
{
color: #A4CB75;
}
</style>
background-color css
<style>
a { background-color: #A4CB75; }
a { background-color: rgb(164,203,117); }
div.DivClassName
{
background-color: #A4CB75;
}
.BgClassName
{
background-color: #A4CB75;
}
</style>
border-color css
<style>
span { border-color: #A4CB75; }
span { border-color: rgb(164,203,117); }
td.TdClassName
{
border-color: #A4CB75;
}
.TagClassName
{
border-color: #A4CB75;
}
</style>