Shades of Olivine #97C375
Tints of Olivine #97C375
RGB
CMYK
RGB Variations
Color information
#97C375 (or 0x97C375) is known color: Olivine. HEX triplet: 97, C3 and 75. RGB value is (151,195,117). Sum of RGB (Red+Green+Blue) = 151+195+117=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #97C375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C375 is #683C8A. Grayscale: #ADADAD. Windows color (decimal): -6831243 or 7717783. OLE color: 7717783.
HSL color Cylindrical-coordinate representation of color #97C375: hue angle of 93.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97C375 is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 195 | 117 | - |
| CMYK | 0.23 | 0 | 0.4 | 0.24 |
| HSL | 93.85º | 0.39% | 0.61% | - |
| HSV(B) | 93.85º | 0.4% | 0.76% | - |
| XYZ | 35.49 | 46.89 | 24.01 | - |
| YUV | 172.95 | 96.42 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 195 | 117 | 0.23 | 0 | 0.4 | 0.24 | 93.85 | 0.39 | 0.61 |
| Hex | 97 | C3 | 75 | 17 | 0 | 28 | 18 | 5E | 27 | 3D |
| Octal | 227 | 303 | 165 | 27 | 0 | 50 | 30 | 136 | 47 | 75 |
| Binary | 10010111 | 11000011 | 1110101 | 10111 | 0 | 101000 | 11000 | 1011110 | 100111 | 111101 |
Color Harmonies of #97C375
Complementary color
Monochromatic Colors of #97C375
Black with #97C375
Text Example
Text Example
White with #97C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C375; }
p { color: rgb(151,195,117); }
H1.HeaderClassName
{
color: #97C375;
}
.AnyTagClassName
{
color: #97C375;
}
</style>
background-color css
<style>
a { background-color: #97C375; }
a { background-color: rgb(151,195,117); }
div.DivClassName
{
background-color: #97C375;
}
.BgClassName
{
background-color: #97C375;
}
</style>
border-color css
<style>
span { border-color: #97C375; }
span { border-color: rgb(151,195,117); }
td.TdClassName
{
border-color: #97C375;
}
.TagClassName
{
border-color: #97C375;
}
</style>