Shades of Olivine #99BE7A
Tints of Olivine #99BE7A
RGB
CMYK
RGB Variations
Color information
#99BE7A (or 0x99BE7A) is known color: Olivine. HEX triplet: 99, BE and 7A. RGB value is (153,190,122). Sum of RGB (Red+Green+Blue) = 153+190+122=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #99BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BE7A is #664185. Grayscale: #ABABAB. Windows color (decimal): -6701446 or 8044185. OLE color: 8044185.
HSL color Cylindrical-coordinate representation of color #99BE7A: hue angle of 92.65º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99BE7A is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 190 | 122 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.25 |
| HSL | 92.65º | 0.34% | 0.61% | - |
| HSV(B) | 92.65º | 0.36% | 0.75% | - |
| XYZ | 35.06 | 45 | 25.25 | - |
| YUV | 171.19 | 100.24 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 190 | 122 | 0.19 | 0 | 0.36 | 0.25 | 92.65 | 0.34 | 0.61 |
| Hex | 99 | BE | 7A | 13 | 0 | 24 | 19 | 5D | 22 | 3D |
| Octal | 231 | 276 | 172 | 23 | 0 | 44 | 31 | 135 | 42 | 75 |
| Binary | 10011001 | 10111110 | 1111010 | 10011 | 0 | 100100 | 11001 | 1011101 | 100010 | 111101 |
Color Harmonies of #99BE7A
Complementary color
Monochromatic Colors of #99BE7A
Black with #99BE7A
Text Example
Text Example
White with #99BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BE7A; }
p { color: rgb(153,190,122); }
H1.HeaderClassName
{
color: #99BE7A;
}
.AnyTagClassName
{
color: #99BE7A;
}
</style>
background-color css
<style>
a { background-color: #99BE7A; }
a { background-color: rgb(153,190,122); }
div.DivClassName
{
background-color: #99BE7A;
}
.BgClassName
{
background-color: #99BE7A;
}
</style>
border-color css
<style>
span { border-color: #99BE7A; }
span { border-color: rgb(153,190,122); }
td.TdClassName
{
border-color: #99BE7A;
}
.TagClassName
{
border-color: #99BE7A;
}
</style>