Shades of Olivine #98AE6B
Tints of Olivine #98AE6B
RGB
CMYK
RGB Variations
Color information
#98AE6B (or 0x98AE6B) is known color: Olivine. HEX triplet: 98, AE and 6B. RGB value is (152,174,107). Sum of RGB (Red+Green+Blue) = 152+174+107=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AE6B is #675194. Grayscale: #A0A0A0. Windows color (decimal): -6771093 or 7057048. OLE color: 7057048.
HSL color Cylindrical-coordinate representation of color #98AE6B: hue angle of 79.7º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98AE6B is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 174 | 107 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.32 |
| HSL | 79.7º | 0.29% | 0.55% | - |
| HSV(B) | 79.7º | 0.39% | 0.68% | - |
| XYZ | 30.74 | 38.01 | 19.63 | - |
| YUV | 159.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 174 | 107 | 0.13 | 0 | 0.39 | 0.32 | 79.7 | 0.29 | 0.55 |
| Hex | 98 | AE | 6B | D | 0 | 27 | 20 | 50 | 1D | 37 |
| Octal | 230 | 256 | 153 | 15 | 0 | 47 | 40 | 120 | 35 | 67 |
| Binary | 10011000 | 10101110 | 1101011 | 1101 | 0 | 100111 | 100000 | 1010000 | 11101 | 110111 |
Color Harmonies of #98AE6B
Complementary color
Monochromatic Colors of #98AE6B
Black with #98AE6B
Text Example
Text Example
White with #98AE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AE6B; }
p { color: rgb(152,174,107); }
H1.HeaderClassName
{
color: #98AE6B;
}
.AnyTagClassName
{
color: #98AE6B;
}
</style>
background-color css
<style>
a { background-color: #98AE6B; }
a { background-color: rgb(152,174,107); }
div.DivClassName
{
background-color: #98AE6B;
}
.BgClassName
{
background-color: #98AE6B;
}
</style>
border-color css
<style>
span { border-color: #98AE6B; }
span { border-color: rgb(152,174,107); }
td.TdClassName
{
border-color: #98AE6B;
}
.TagClassName
{
border-color: #98AE6B;
}
</style>