Shades of Olivine #99B26E
Tints of Olivine #99B26E
RGB
CMYK
RGB Variations
Color information
#99B26E (or 0x99B26E) is known color: Olivine. HEX triplet: 99, B2 and 6E. RGB value is (153,178,110). Sum of RGB (Red+Green+Blue) = 153+178+110=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #99B26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99B26E is #664D91. Grayscale: #A3A3A3. Windows color (decimal): -6704530 or 7254681. OLE color: 7254681.
HSL color Cylindrical-coordinate representation of color #99B26E: hue angle of 82.06º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99B26E is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 178 | 110 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.30 |
| HSL | 82.06º | 0.31% | 0.56% | - |
| HSV(B) | 82.06º | 0.38% | 0.7% | - |
| XYZ | 31.87 | 39.74 | 20.74 | - |
| YUV | 162.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 178 | 110 | 0.14 | 0 | 0.38 | 0.30 | 82.06 | 0.31 | 0.56 |
| Hex | 99 | B2 | 6E | E | 0 | 26 | 1E | 52 | 1F | 38 |
| Octal | 231 | 262 | 156 | 16 | 0 | 46 | 36 | 122 | 37 | 70 |
| Binary | 10011001 | 10110010 | 1101110 | 1110 | 0 | 100110 | 11110 | 1010010 | 11111 | 111000 |
Color Harmonies of #99B26E
Complementary color
Monochromatic Colors of #99B26E
Black with #99B26E
Text Example
Text Example
White with #99B26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99B26E; }
p { color: rgb(153,178,110); }
H1.HeaderClassName
{
color: #99B26E;
}
.AnyTagClassName
{
color: #99B26E;
}
</style>
background-color css
<style>
a { background-color: #99B26E; }
a { background-color: rgb(153,178,110); }
div.DivClassName
{
background-color: #99B26E;
}
.BgClassName
{
background-color: #99B26E;
}
</style>
border-color css
<style>
span { border-color: #99B26E; }
span { border-color: rgb(153,178,110); }
td.TdClassName
{
border-color: #99B26E;
}
.TagClassName
{
border-color: #99B26E;
}
</style>