Shades of Olivine #8CC175
Tints of Olivine #8CC175
RGB
CMYK
RGB Variations
Color information
#8CC175 (or 0x8CC175) is known color: Olivine. HEX triplet: 8C, C1 and 75. RGB value is (140,193,117). Sum of RGB (Red+Green+Blue) = 140+193+117=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 193 (75.78% from 255 or 42.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC175 is #733E8A. Grayscale: #A8A8A8. Windows color (decimal): -7552651 or 7717260. OLE color: 7717260.
HSL color Cylindrical-coordinate representation of color #8CC175: hue angle of 101.84º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CC175 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 117 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.24 |
| HSL | 101.84º | 0.38% | 0.61% | - |
| HSV(B) | 101.84º | 0.39% | 0.76% | - |
| XYZ | 33.1 | 45 | 23.77 | - |
| YUV | 168.49 | 98.94 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 117 | 0.27 | 0 | 0.39 | 0.24 | 101.84 | 0.38 | 0.61 |
| Hex | 8C | C1 | 75 | 1B | 0 | 27 | 18 | 66 | 26 | 3D |
| Octal | 214 | 301 | 165 | 33 | 0 | 47 | 30 | 146 | 46 | 75 |
| Binary | 10001100 | 11000001 | 1110101 | 11011 | 0 | 100111 | 11000 | 1100110 | 100110 | 111101 |
Color Harmonies of #8CC175
Complementary color
Monochromatic Colors of #8CC175
Black with #8CC175
Text Example
Text Example
White with #8CC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC175; }
p { color: rgb(140,193,117); }
H1.HeaderClassName
{
color: #8CC175;
}
.AnyTagClassName
{
color: #8CC175;
}
</style>
background-color css
<style>
a { background-color: #8CC175; }
a { background-color: rgb(140,193,117); }
div.DivClassName
{
background-color: #8CC175;
}
.BgClassName
{
background-color: #8CC175;
}
</style>
border-color css
<style>
span { border-color: #8CC175; }
span { border-color: rgb(140,193,117); }
td.TdClassName
{
border-color: #8CC175;
}
.TagClassName
{
border-color: #8CC175;
}
</style>