Shades of Olivine #A1CD68
Tints of Olivine #A1CD68
RGB
CMYK
RGB Variations
Color information
#A1CD68 (or 0xA1CD68) is known color: Olivine. HEX triplet: A1, CD and 68. RGB value is (161,205,104). Sum of RGB (Red+Green+Blue) = 161+205+104=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 104 (41.02% from 255 or 22.13% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #A1CD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CD68 is #5E3297. Grayscale: #B4B4B4. Windows color (decimal): -6173336 or 6868385. OLE color: 6868385.
HSL color Cylindrical-coordinate representation of color #A1CD68: hue angle of 86.14º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1CD68 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 205 | 104 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.20 |
| HSL | 86.14º | 0.5% | 0.61% | - |
| HSV(B) | 86.14º | 0.49% | 0.8% | - |
| XYZ | 39.03 | 52.24 | 21.12 | - |
| YUV | 180.33 | 84.92 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 205 | 104 | 0.21 | 0 | 0.49 | 0.20 | 86.14 | 0.5 | 0.61 |
| Hex | A1 | CD | 68 | 15 | 0 | 31 | 14 | 56 | 32 | 3D |
| Octal | 241 | 315 | 150 | 25 | 0 | 61 | 24 | 126 | 62 | 75 |
| Binary | 10100001 | 11001101 | 1101000 | 10101 | 0 | 110001 | 10100 | 1010110 | 110010 | 111101 |
Color Harmonies of #A1CD68
Complementary color
Monochromatic Colors of #A1CD68
Black with #A1CD68
Text Example
Text Example
White with #A1CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CD68; }
p { color: rgb(161,205,104); }
H1.HeaderClassName
{
color: #A1CD68;
}
.AnyTagClassName
{
color: #A1CD68;
}
</style>
background-color css
<style>
a { background-color: #A1CD68; }
a { background-color: rgb(161,205,104); }
div.DivClassName
{
background-color: #A1CD68;
}
.BgClassName
{
background-color: #A1CD68;
}
</style>
border-color css
<style>
span { border-color: #A1CD68; }
span { border-color: rgb(161,205,104); }
td.TdClassName
{
border-color: #A1CD68;
}
.TagClassName
{
border-color: #A1CD68;
}
</style>