Shades of Olivine #97C27D
Tints of Olivine #97C27D
RGB
CMYK
RGB Variations
Color information
#97C27D (or 0x97C27D) is known color: Olivine. HEX triplet: 97, C2 and 7D. RGB value is (151,194,125). Sum of RGB (Red+Green+Blue) = 151+194+125=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #97C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C27D is #683D82. Grayscale: #ADADAD. Windows color (decimal): -6831491 or 8241815. OLE color: 8241815.
HSL color Cylindrical-coordinate representation of color #97C27D: hue angle of 97.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97C27D is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 194 | 125 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.24 |
| HSL | 97.39º | 0.36% | 0.63% | - |
| HSV(B) | 97.39º | 0.36% | 0.76% | - |
| XYZ | 35.76 | 46.64 | 26.52 | - |
| YUV | 173.28 | 100.75 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 194 | 125 | 0.22 | 0 | 0.36 | 0.24 | 97.39 | 0.36 | 0.63 |
| Hex | 97 | C2 | 7D | 16 | 0 | 24 | 18 | 61 | 24 | 3F |
| Octal | 227 | 302 | 175 | 26 | 0 | 44 | 30 | 141 | 44 | 77 |
| Binary | 10010111 | 11000010 | 1111101 | 10110 | 0 | 100100 | 11000 | 1100001 | 100100 | 111111 |
Color Harmonies of #97C27D
Complementary color
Monochromatic Colors of #97C27D
Black with #97C27D
Text Example
Text Example
White with #97C27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C27D; }
p { color: rgb(151,194,125); }
H1.HeaderClassName
{
color: #97C27D;
}
.AnyTagClassName
{
color: #97C27D;
}
</style>
background-color css
<style>
a { background-color: #97C27D; }
a { background-color: rgb(151,194,125); }
div.DivClassName
{
background-color: #97C27D;
}
.BgClassName
{
background-color: #97C27D;
}
</style>
border-color css
<style>
span { border-color: #97C27D; }
span { border-color: rgb(151,194,125); }
td.TdClassName
{
border-color: #97C27D;
}
.TagClassName
{
border-color: #97C27D;
}
</style>