Shades of Olivine #98B269
Tints of Olivine #98B269
RGB
CMYK
RGB Variations
Color information
#98B269 (or 0x98B269) is known color: Olivine. HEX triplet: 98, B2 and 69. RGB value is (152,178,105). Sum of RGB (Red+Green+Blue) = 152+178+105=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #98B269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B269 is #674D96. Grayscale: #A2A2A2. Windows color (decimal): -6770071 or 6927000. OLE color: 6927000.
HSL color Cylindrical-coordinate representation of color #98B269: hue angle of 81.37º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98B269 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 178 | 105 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.30 |
| HSL | 81.37º | 0.32% | 0.55% | - |
| HSV(B) | 81.37º | 0.41% | 0.7% | - |
| XYZ | 31.42 | 39.54 | 19.34 | - |
| YUV | 161.9 | 95.89 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 178 | 105 | 0.15 | 0 | 0.41 | 0.30 | 81.37 | 0.32 | 0.55 |
| Hex | 98 | B2 | 69 | F | 0 | 29 | 1E | 51 | 20 | 37 |
| Octal | 230 | 262 | 151 | 17 | 0 | 51 | 36 | 121 | 40 | 67 |
| Binary | 10011000 | 10110010 | 1101001 | 1111 | 0 | 101001 | 11110 | 1010001 | 100000 | 110111 |
Color Harmonies of #98B269
Complementary color
Monochromatic Colors of #98B269
Black with #98B269
Text Example
Text Example
White with #98B269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B269; }
p { color: rgb(152,178,105); }
H1.HeaderClassName
{
color: #98B269;
}
.AnyTagClassName
{
color: #98B269;
}
</style>
background-color css
<style>
a { background-color: #98B269; }
a { background-color: rgb(152,178,105); }
div.DivClassName
{
background-color: #98B269;
}
.BgClassName
{
background-color: #98B269;
}
</style>
border-color css
<style>
span { border-color: #98B269; }
span { border-color: rgb(152,178,105); }
td.TdClassName
{
border-color: #98B269;
}
.TagClassName
{
border-color: #98B269;
}
</style>