Shades of Olivine #94B27E
Tints of Olivine #94B27E
RGB
CMYK
RGB Variations
Color information
#94B27E (or 0x94B27E) is known color: Olivine. HEX triplet: 94, B2 and 7E. RGB value is (148,178,126). Sum of RGB (Red+Green+Blue) = 148+178+126=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 178 - color contains mainly: green. Hex color #94B27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B27E is #6B4D81. Grayscale: #A3A3A3. Windows color (decimal): -7032194 or 8303252. OLE color: 8303252.
HSL color Cylindrical-coordinate representation of color #94B27E: hue angle of 94.62º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94B27E is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 178 | 126 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.30 |
| HSL | 94.62º | 0.25% | 0.6% | - |
| HSV(B) | 94.62º | 0.29% | 0.7% | - |
| XYZ | 31.9 | 39.64 | 25.71 | - |
| YUV | 163.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 178 | 126 | 0.17 | 0 | 0.29 | 0.30 | 94.62 | 0.25 | 0.6 |
| Hex | 94 | B2 | 7E | 11 | 0 | 1D | 1E | 5F | 19 | 3C |
| Octal | 224 | 262 | 176 | 21 | 0 | 35 | 36 | 137 | 31 | 74 |
| Binary | 10010100 | 10110010 | 1111110 | 10001 | 0 | 11101 | 11110 | 1011111 | 11001 | 111100 |
Color Harmonies of #94B27E
Complementary color
Monochromatic Colors of #94B27E
Black with #94B27E
Text Example
Text Example
White with #94B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B27E; }
p { color: rgb(148,178,126); }
H1.HeaderClassName
{
color: #94B27E;
}
.AnyTagClassName
{
color: #94B27E;
}
</style>
background-color css
<style>
a { background-color: #94B27E; }
a { background-color: rgb(148,178,126); }
div.DivClassName
{
background-color: #94B27E;
}
.BgClassName
{
background-color: #94B27E;
}
</style>
border-color css
<style>
span { border-color: #94B27E; }
span { border-color: rgb(148,178,126); }
td.TdClassName
{
border-color: #94B27E;
}
.TagClassName
{
border-color: #94B27E;
}
</style>