Shades of Olivine #97CB5C
Tints of Olivine #97CB5C
RGB
CMYK
RGB Variations
Color information
#97CB5C (or 0x97CB5C) is known color: Olivine. HEX triplet: 97, CB and 5C. RGB value is (151,203,92). Sum of RGB (Red+Green+Blue) = 151+203+92=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CB5C is #6834A3. Grayscale: #AFAFAF. Windows color (decimal): -6829220 or 6081431. OLE color: 6081431.
HSL color Cylindrical-coordinate representation of color #97CB5C: hue angle of 88.11º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #97CB5C is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 203 | 92 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.20 |
| HSL | 88.11º | 0.52% | 0.58% | - |
| HSV(B) | 88.11º | 0.55% | 0.8% | - |
| XYZ | 36.05 | 50.06 | 17.89 | - |
| YUV | 174.8 | 81.27 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 203 | 92 | 0.26 | 0 | 0.55 | 0.20 | 88.11 | 0.52 | 0.58 |
| Hex | 97 | CB | 5C | 1A | 0 | 37 | 14 | 58 | 34 | 3A |
| Octal | 227 | 313 | 134 | 32 | 0 | 67 | 24 | 130 | 64 | 72 |
| Binary | 10010111 | 11001011 | 1011100 | 11010 | 0 | 110111 | 10100 | 1011000 | 110100 | 111010 |
Color Harmonies of #97CB5C
Complementary color
Monochromatic Colors of #97CB5C
Black with #97CB5C
Text Example
Text Example
White with #97CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CB5C; }
p { color: rgb(151,203,92); }
H1.HeaderClassName
{
color: #97CB5C;
}
.AnyTagClassName
{
color: #97CB5C;
}
</style>
background-color css
<style>
a { background-color: #97CB5C; }
a { background-color: rgb(151,203,92); }
div.DivClassName
{
background-color: #97CB5C;
}
.BgClassName
{
background-color: #97CB5C;
}
</style>
border-color css
<style>
span { border-color: #97CB5C; }
span { border-color: rgb(151,203,92); }
td.TdClassName
{
border-color: #97CB5C;
}
.TagClassName
{
border-color: #97CB5C;
}
</style>