Shades of Olivine #8CB37B
Tints of Olivine #8CB37B
RGB
CMYK
RGB Variations
Color information
#8CB37B (or 0x8CB37B) is known color: Olivine. HEX triplet: 8C, B3 and 7B. RGB value is (140,179,123). Sum of RGB (Red+Green+Blue) = 140+179+123=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB37B is #734C84. Grayscale: #A1A1A1. Windows color (decimal): -7556229 or 8106892. OLE color: 8106892.
HSL color Cylindrical-coordinate representation of color #8CB37B: hue angle of 101.79º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CB37B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 123 | - |
| CMYK | 0.22 | 0 | 0.31 | 0.30 |
| HSL | 101.79º | 0.27% | 0.59% | - |
| HSV(B) | 101.79º | 0.31% | 0.7% | - |
| XYZ | 30.51 | 39.25 | 24.71 | - |
| YUV | 160.96 | 106.58 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 123 | 0.22 | 0 | 0.31 | 0.30 | 101.79 | 0.27 | 0.59 |
| Hex | 8C | B3 | 7B | 16 | 0 | 1F | 1E | 66 | 1B | 3B |
| Octal | 214 | 263 | 173 | 26 | 0 | 37 | 36 | 146 | 33 | 73 |
| Binary | 10001100 | 10110011 | 1111011 | 10110 | 0 | 11111 | 11110 | 1100110 | 11011 | 111011 |
Color Harmonies of #8CB37B
Complementary color
Monochromatic Colors of #8CB37B
Black with #8CB37B
Text Example
Text Example
White with #8CB37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB37B; }
p { color: rgb(140,179,123); }
H1.HeaderClassName
{
color: #8CB37B;
}
.AnyTagClassName
{
color: #8CB37B;
}
</style>
background-color css
<style>
a { background-color: #8CB37B; }
a { background-color: rgb(140,179,123); }
div.DivClassName
{
background-color: #8CB37B;
}
.BgClassName
{
background-color: #8CB37B;
}
</style>
border-color css
<style>
span { border-color: #8CB37B; }
span { border-color: rgb(140,179,123); }
td.TdClassName
{
border-color: #8CB37B;
}
.TagClassName
{
border-color: #8CB37B;
}
</style>