Shades of Olivine #A3CB67
Tints of Olivine #A3CB67
RGB
CMYK
RGB Variations
Color information
#A3CB67 (or 0xA3CB67) is known color: Olivine. HEX triplet: A3, CB and 67. RGB value is (163,203,103). Sum of RGB (Red+Green+Blue) = 163+203+103=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB67 is #5C3498. Grayscale: #B4B4B4. Windows color (decimal): -6042777 or 6802339. OLE color: 6802339.
HSL color Cylindrical-coordinate representation of color #A3CB67: hue angle of 84º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3CB67 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 103 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.20 |
| HSL | 84º | 0.49% | 0.6% | - |
| HSV(B) | 84º | 0.49% | 0.8% | - |
| XYZ | 38.91 | 51.48 | 20.72 | - |
| YUV | 179.64 | 84.75 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 103 | 0.20 | 0 | 0.49 | 0.20 | 84 | 0.49 | 0.6 |
| Hex | A3 | CB | 67 | 14 | 0 | 31 | 14 | 54 | 31 | 3C |
| Octal | 243 | 313 | 147 | 24 | 0 | 61 | 24 | 124 | 61 | 74 |
| Binary | 10100011 | 11001011 | 1100111 | 10100 | 0 | 110001 | 10100 | 1010100 | 110001 | 111100 |
Color Harmonies of #A3CB67
Complementary color
Monochromatic Colors of #A3CB67
Black with #A3CB67
Text Example
Text Example
White with #A3CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB67; }
p { color: rgb(163,203,103); }
H1.HeaderClassName
{
color: #A3CB67;
}
.AnyTagClassName
{
color: #A3CB67;
}
</style>
background-color css
<style>
a { background-color: #A3CB67; }
a { background-color: rgb(163,203,103); }
div.DivClassName
{
background-color: #A3CB67;
}
.BgClassName
{
background-color: #A3CB67;
}
</style>
border-color css
<style>
span { border-color: #A3CB67; }
span { border-color: rgb(163,203,103); }
td.TdClassName
{
border-color: #A3CB67;
}
.TagClassName
{
border-color: #A3CB67;
}
</style>