Shades of Olivine #94AB6D
Tints of Olivine #94AB6D
RGB
CMYK
RGB Variations
Color information
#94AB6D (or 0x94AB6D) is known color: Olivine. HEX triplet: 94, AB and 6D. RGB value is (148,171,109). Sum of RGB (Red+Green+Blue) = 148+171+109=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #94AB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AB6D is #6B5492. Grayscale: #9D9D9D. Windows color (decimal): -7034003 or 7187348. OLE color: 7187348.
HSL color Cylindrical-coordinate representation of color #94AB6D: hue angle of 82.26º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94AB6D is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 171 | 109 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.33 |
| HSL | 82.26º | 0.27% | 0.55% | - |
| HSV(B) | 82.26º | 0.36% | 0.67% | - |
| XYZ | 29.54 | 36.53 | 19.96 | - |
| YUV | 157.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 171 | 109 | 0.13 | 0 | 0.36 | 0.33 | 82.26 | 0.27 | 0.55 |
| Hex | 94 | AB | 6D | D | 0 | 24 | 21 | 52 | 1B | 37 |
| Octal | 224 | 253 | 155 | 15 | 0 | 44 | 41 | 122 | 33 | 67 |
| Binary | 10010100 | 10101011 | 1101101 | 1101 | 0 | 100100 | 100001 | 1010010 | 11011 | 110111 |
Color Harmonies of #94AB6D
Complementary color
Monochromatic Colors of #94AB6D
Black with #94AB6D
Text Example
Text Example
White with #94AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AB6D; }
p { color: rgb(148,171,109); }
H1.HeaderClassName
{
color: #94AB6D;
}
.AnyTagClassName
{
color: #94AB6D;
}
</style>
background-color css
<style>
a { background-color: #94AB6D; }
a { background-color: rgb(148,171,109); }
div.DivClassName
{
background-color: #94AB6D;
}
.BgClassName
{
background-color: #94AB6D;
}
</style>
border-color css
<style>
span { border-color: #94AB6D; }
span { border-color: rgb(148,171,109); }
td.TdClassName
{
border-color: #94AB6D;
}
.TagClassName
{
border-color: #94AB6D;
}
</style>