Shades of Olivine #A5CA65
Tints of Olivine #A5CA65
RGB
CMYK
RGB Variations
Color information
#A5CA65 (or 0xA5CA65) is known color: Olivine. HEX triplet: A5, CA and 65. RGB value is (165,202,101). Sum of RGB (Red+Green+Blue) = 165+202+101=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CA65 is #5A359A. Grayscale: #B3B3B3. Windows color (decimal): -5911963 or 6671013. OLE color: 6671013.
HSL color Cylindrical-coordinate representation of color #A5CA65: hue angle of 81.98º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5CA65 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 202 | 101 | - |
| CMYK | 0.18 | 0 | 0.50 | 0.21 |
| HSL | 81.98º | 0.49% | 0.59% | - |
| HSV(B) | 81.98º | 0.5% | 0.79% | - |
| XYZ | 38.99 | 51.18 | 20.14 | - |
| YUV | 179.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 101 | 0.18 | 0 | 0.50 | 0.21 | 81.98 | 0.49 | 0.59 |
| Hex | A5 | CA | 65 | 12 | 0 | 32 | 15 | 52 | 31 | 3B |
| Octal | 245 | 312 | 145 | 22 | 0 | 62 | 25 | 122 | 61 | 73 |
| Binary | 10100101 | 11001010 | 1100101 | 10010 | 0 | 110010 | 10101 | 1010010 | 110001 | 111011 |
Color Harmonies of #A5CA65
Complementary color
Monochromatic Colors of #A5CA65
Black with #A5CA65
Text Example
Text Example
White with #A5CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CA65; }
p { color: rgb(165,202,101); }
H1.HeaderClassName
{
color: #A5CA65;
}
.AnyTagClassName
{
color: #A5CA65;
}
</style>
background-color css
<style>
a { background-color: #A5CA65; }
a { background-color: rgb(165,202,101); }
div.DivClassName
{
background-color: #A5CA65;
}
.BgClassName
{
background-color: #A5CA65;
}
</style>
border-color css
<style>
span { border-color: #A5CA65; }
span { border-color: rgb(165,202,101); }
td.TdClassName
{
border-color: #A5CA65;
}
.TagClassName
{
border-color: #A5CA65;
}
</style>