Shades of Olivine #97B26D
Tints of Olivine #97B26D
RGB
CMYK
RGB Variations
Color information
#97B26D (or 0x97B26D) is known color: Olivine. HEX triplet: 97, B2 and 6D. RGB value is (151,178,109). Sum of RGB (Red+Green+Blue) = 151+178+109=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #97B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97B26D is #684D92. Grayscale: #A2A2A2. Windows color (decimal): -6835603 or 7189143. OLE color: 7189143.
HSL color Cylindrical-coordinate representation of color #97B26D: hue angle of 83.48º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97B26D is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 178 | 109 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.30 |
| HSL | 83.48º | 0.31% | 0.56% | - |
| HSV(B) | 83.48º | 0.39% | 0.7% | - |
| XYZ | 31.44 | 39.52 | 20.44 | - |
| YUV | 162.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 178 | 109 | 0.15 | 0 | 0.39 | 0.30 | 83.48 | 0.31 | 0.56 |
| Hex | 97 | B2 | 6D | F | 0 | 27 | 1E | 53 | 1F | 38 |
| Octal | 227 | 262 | 155 | 17 | 0 | 47 | 36 | 123 | 37 | 70 |
| Binary | 10010111 | 10110010 | 1101101 | 1111 | 0 | 100111 | 11110 | 1010011 | 11111 | 111000 |
Color Harmonies of #97B26D
Complementary color
Monochromatic Colors of #97B26D
Black with #97B26D
Text Example
Text Example
White with #97B26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B26D; }
p { color: rgb(151,178,109); }
H1.HeaderClassName
{
color: #97B26D;
}
.AnyTagClassName
{
color: #97B26D;
}
</style>
background-color css
<style>
a { background-color: #97B26D; }
a { background-color: rgb(151,178,109); }
div.DivClassName
{
background-color: #97B26D;
}
.BgClassName
{
background-color: #97B26D;
}
</style>
border-color css
<style>
span { border-color: #97B26D; }
span { border-color: rgb(151,178,109); }
td.TdClassName
{
border-color: #97B26D;
}
.TagClassName
{
border-color: #97B26D;
}
</style>