Shades of Olivine #8CB277
Tints of Olivine #8CB277
RGB
CMYK
RGB Variations
Color information
#8CB277 (or 0x8CB277) is known color: Olivine. HEX triplet: 8C, B2 and 77. RGB value is (140,178,119). Sum of RGB (Red+Green+Blue) = 140+178+119=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB277 is #734D88. Grayscale: #A0A0A0. Windows color (decimal): -7556489 or 7844492. OLE color: 7844492.
HSL color Cylindrical-coordinate representation of color #8CB277: hue angle of 98.64º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CB277 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 119 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.30 |
| HSL | 98.64º | 0.28% | 0.58% | - |
| HSV(B) | 98.64º | 0.33% | 0.7% | - |
| XYZ | 30.07 | 38.75 | 23.35 | - |
| YUV | 159.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 119 | 0.21 | 0 | 0.33 | 0.30 | 98.64 | 0.28 | 0.58 |
| Hex | 8C | B2 | 77 | 15 | 0 | 21 | 1E | 63 | 1C | 3A |
| Octal | 214 | 262 | 167 | 25 | 0 | 41 | 36 | 143 | 34 | 72 |
| Binary | 10001100 | 10110010 | 1110111 | 10101 | 0 | 100001 | 11110 | 1100011 | 11100 | 111010 |
Color Harmonies of #8CB277
Complementary color
Monochromatic Colors of #8CB277
Black with #8CB277
Text Example
Text Example
White with #8CB277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB277; }
p { color: rgb(140,178,119); }
H1.HeaderClassName
{
color: #8CB277;
}
.AnyTagClassName
{
color: #8CB277;
}
</style>
background-color css
<style>
a { background-color: #8CB277; }
a { background-color: rgb(140,178,119); }
div.DivClassName
{
background-color: #8CB277;
}
.BgClassName
{
background-color: #8CB277;
}
</style>
border-color css
<style>
span { border-color: #8CB277; }
span { border-color: rgb(140,178,119); }
td.TdClassName
{
border-color: #8CB277;
}
.TagClassName
{
border-color: #8CB277;
}
</style>