Shades of Olivine #99B378
Tints of Olivine #99B378
RGB
CMYK
RGB Variations
Color information
#99B378 (or 0x99B378) is known color: Olivine. HEX triplet: 99, B3 and 78. RGB value is (153,179,120). Sum of RGB (Red+Green+Blue) = 153+179+120=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 179 - color contains mainly: green. Hex color #99B378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B378 is #664C87. Grayscale: #A4A4A4. Windows color (decimal): -6704264 or 7910297. OLE color: 7910297.
HSL color Cylindrical-coordinate representation of color #99B378: hue angle of 86.44º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B378 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 179 | 120 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.30 |
| HSL | 86.44º | 0.28% | 0.59% | - |
| HSV(B) | 86.44º | 0.33% | 0.7% | - |
| XYZ | 32.65 | 40.37 | 23.84 | - |
| YUV | 164.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 179 | 120 | 0.15 | 0 | 0.33 | 0.30 | 86.44 | 0.28 | 0.59 |
| Hex | 99 | B3 | 78 | F | 0 | 21 | 1E | 56 | 1C | 3B |
| Octal | 231 | 263 | 170 | 17 | 0 | 41 | 36 | 126 | 34 | 73 |
| Binary | 10011001 | 10110011 | 1111000 | 1111 | 0 | 100001 | 11110 | 1010110 | 11100 | 111011 |
Color Harmonies of #99B378
Complementary color
Monochromatic Colors of #99B378
Black with #99B378
Text Example
Text Example
White with #99B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B378; }
p { color: rgb(153,179,120); }
H1.HeaderClassName
{
color: #99B378;
}
.AnyTagClassName
{
color: #99B378;
}
</style>
background-color css
<style>
a { background-color: #99B378; }
a { background-color: rgb(153,179,120); }
div.DivClassName
{
background-color: #99B378;
}
.BgClassName
{
background-color: #99B378;
}
</style>
border-color css
<style>
span { border-color: #99B378; }
span { border-color: rgb(153,179,120); }
td.TdClassName
{
border-color: #99B378;
}
.TagClassName
{
border-color: #99B378;
}
</style>