Shades of Olivine #A4CB74
Tints of Olivine #A4CB74
RGB
CMYK
RGB Variations
Color information
#A4CB74 (or 0xA4CB74) is known color: Olivine. HEX triplet: A4, CB and 74. RGB value is (164,203,116). Sum of RGB (Red+Green+Blue) = 164+203+116=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4CB74 is #5B348B. Grayscale: #B5B5B5. Windows color (decimal): -5977228 or 7654308. OLE color: 7654308.
HSL color Cylindrical-coordinate representation of color #A4CB74: hue angle of 86.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4CB74 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 116 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.20 |
| HSL | 86.9º | 0.46% | 0.63% | - |
| HSV(B) | 86.9º | 0.43% | 0.8% | - |
| XYZ | 39.82 | 51.87 | 24.44 | - |
| YUV | 181.42 | 91.08 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 116 | 0.19 | 0 | 0.43 | 0.20 | 86.9 | 0.46 | 0.63 |
| Hex | A4 | CB | 74 | 13 | 0 | 2B | 14 | 57 | 2E | 3F |
| Octal | 244 | 313 | 164 | 23 | 0 | 53 | 24 | 127 | 56 | 77 |
| Binary | 10100100 | 11001011 | 1110100 | 10011 | 0 | 101011 | 10100 | 1010111 | 101110 | 111111 |
Color Harmonies of #A4CB74
Complementary color
Monochromatic Colors of #A4CB74
Black with #A4CB74
Text Example
Text Example
White with #A4CB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB74; }
p { color: rgb(164,203,116); }
H1.HeaderClassName
{
color: #A4CB74;
}
.AnyTagClassName
{
color: #A4CB74;
}
</style>
background-color css
<style>
a { background-color: #A4CB74; }
a { background-color: rgb(164,203,116); }
div.DivClassName
{
background-color: #A4CB74;
}
.BgClassName
{
background-color: #A4CB74;
}
</style>
border-color css
<style>
span { border-color: #A4CB74; }
span { border-color: rgb(164,203,116); }
td.TdClassName
{
border-color: #A4CB74;
}
.TagClassName
{
border-color: #A4CB74;
}
</style>