Shades of Olivine #8FC073
Tints of Olivine #8FC073
RGB
CMYK
RGB Variations
Color information
#8FC073 (or 0x8FC073) is known color: Olivine. HEX triplet: 8F, C0 and 73. RGB value is (143,192,115). Sum of RGB (Red+Green+Blue) = 143+192+115=450 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.78% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FC073 is #703F8C. Grayscale: #A8A8A8. Windows color (decimal): -7356301 or 7585935. OLE color: 7585935.
HSL color Cylindrical-coordinate representation of color #8FC073: hue angle of 98.18º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC073 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 115 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.25 |
| HSL | 98.18º | 0.38% | 0.6% | - |
| HSV(B) | 98.18º | 0.4% | 0.75% | - |
| XYZ | 33.27 | 44.78 | 23.11 | - |
| YUV | 168.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 115 | 0.26 | 0 | 0.40 | 0.25 | 98.18 | 0.38 | 0.6 |
| Hex | 8F | C0 | 73 | 1A | 0 | 28 | 19 | 62 | 26 | 3C |
| Octal | 217 | 300 | 163 | 32 | 0 | 50 | 31 | 142 | 46 | 74 |
| Binary | 10001111 | 11000000 | 1110011 | 11010 | 0 | 101000 | 11001 | 1100010 | 100110 | 111100 |
Color Harmonies of #8FC073
Complementary color
Monochromatic Colors of #8FC073
Black with #8FC073
Text Example
Text Example
White with #8FC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC073; }
p { color: rgb(143,192,115); }
H1.HeaderClassName
{
color: #8FC073;
}
.AnyTagClassName
{
color: #8FC073;
}
</style>
background-color css
<style>
a { background-color: #8FC073; }
a { background-color: rgb(143,192,115); }
div.DivClassName
{
background-color: #8FC073;
}
.BgClassName
{
background-color: #8FC073;
}
</style>
border-color css
<style>
span { border-color: #8FC073; }
span { border-color: rgb(143,192,115); }
td.TdClassName
{
border-color: #8FC073;
}
.TagClassName
{
border-color: #8FC073;
}
</style>