Shades of Olivine #8CC375
Tints of Olivine #8CC375
RGB
CMYK
RGB Variations
Color information
#8CC375 (or 0x8CC375) is known color: Olivine. HEX triplet: 8C, C3 and 75. RGB value is (140,195,117). Sum of RGB (Red+Green+Blue) = 140+195+117=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC375 is #733C8A. Grayscale: #A9A9A9. Windows color (decimal): -7552139 or 7717772. OLE color: 7717772.
HSL color Cylindrical-coordinate representation of color #8CC375: hue angle of 102.31º 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 #8CC375 is Cyan = 0.28, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 117 | - |
| CMYK | 0.28 | 0 | 0.4 | 0.24 |
| HSL | 102.31º | 0.39% | 0.61% | - |
| HSV(B) | 102.31º | 0.4% | 0.76% | - |
| XYZ | 33.54 | 45.89 | 23.92 | - |
| YUV | 169.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 117 | 0.28 | 0 | 0.4 | 0.24 | 102.31 | 0.39 | 0.61 |
| Hex | 8C | C3 | 75 | 1C | 0 | 28 | 18 | 66 | 27 | 3D |
| Octal | 214 | 303 | 165 | 34 | 0 | 50 | 30 | 146 | 47 | 75 |
| Binary | 10001100 | 11000011 | 1110101 | 11100 | 0 | 101000 | 11000 | 1100110 | 100111 | 111101 |
Color Harmonies of #8CC375
Complementary color
Monochromatic Colors of #8CC375
Black with #8CC375
Text Example
Text Example
White with #8CC375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC375; }
p { color: rgb(140,195,117); }
H1.HeaderClassName
{
color: #8CC375;
}
.AnyTagClassName
{
color: #8CC375;
}
</style>
background-color css
<style>
a { background-color: #8CC375; }
a { background-color: rgb(140,195,117); }
div.DivClassName
{
background-color: #8CC375;
}
.BgClassName
{
background-color: #8CC375;
}
</style>
border-color css
<style>
span { border-color: #8CC375; }
span { border-color: rgb(140,195,117); }
td.TdClassName
{
border-color: #8CC375;
}
.TagClassName
{
border-color: #8CC375;
}
</style>