Shades of Olivine #A5CC74
Tints of Olivine #A5CC74
RGB
CMYK
RGB Variations
Color information
#A5CC74 (or 0xA5CC74) is known color: Olivine. HEX triplet: A5, CC and 74. RGB value is (165,204,116). Sum of RGB (Red+Green+Blue) = 165+204+116=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC74 is #5A338B. Grayscale: #B6B6B6. Windows color (decimal): -5911436 or 7654565. OLE color: 7654565.
HSL color Cylindrical-coordinate representation of color #A5CC74: hue angle of 86.59º 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 #A5CC74 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 165 | 204 | 116 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.2 |
| HSL | 86.59º | 0.46% | 0.63% | - |
| HSV(B) | 86.59º | 0.43% | 0.8% | - |
| XYZ | 40.26 | 52.45 | 24.52 | - |
| YUV | 182.31 | 90.58 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 204 | 116 | 0.19 | 0 | 0.43 | 0.2 | 86.59 | 0.46 | 0.63 |
| Hex | A5 | CC | 74 | 13 | 0 | 2B | 14 | 57 | 2E | 3F |
| Octal | 245 | 314 | 164 | 23 | 0 | 53 | 24 | 127 | 56 | 77 |
| Binary | 10100101 | 11001100 | 1110100 | 10011 | 0 | 101011 | 10100 | 1010111 | 101110 | 111111 |
Color Harmonies of #A5CC74
Complementary color
Monochromatic Colors of #A5CC74
Black with #A5CC74
Text Example
Text Example
White with #A5CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CC74; }
p { color: rgb(165,204,116); }
H1.HeaderClassName
{
color: #A5CC74;
}
.AnyTagClassName
{
color: #A5CC74;
}
</style>
background-color css
<style>
a { background-color: #A5CC74; }
a { background-color: rgb(165,204,116); }
div.DivClassName
{
background-color: #A5CC74;
}
.BgClassName
{
background-color: #A5CC74;
}
</style>
border-color css
<style>
span { border-color: #A5CC74; }
span { border-color: rgb(165,204,116); }
td.TdClassName
{
border-color: #A5CC74;
}
.TagClassName
{
border-color: #A5CC74;
}
</style>