Shades of Olivine #8CB569
Tints of Olivine #8CB569
RGB
CMYK
RGB Variations
Color information
#8CB569 (or 0x8CB569) is known color: Olivine. HEX triplet: 8C, B5 and 69. RGB value is (140,181,105). Sum of RGB (Red+Green+Blue) = 140+181+105=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #8CB569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB569 is #734A96. Grayscale: #A0A0A0. Windows color (decimal): -7555735 or 6927756. OLE color: 6927756.
HSL color Cylindrical-coordinate representation of color #8CB569: hue angle of 92.37º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CB569 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 181 | 105 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.29 |
| HSL | 92.37º | 0.34% | 0.56% | - |
| HSV(B) | 92.37º | 0.42% | 0.71% | - |
| XYZ | 29.89 | 39.64 | 19.44 | - |
| YUV | 160.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 105 | 0.23 | 0 | 0.42 | 0.29 | 92.37 | 0.34 | 0.56 |
| Hex | 8C | B5 | 69 | 17 | 0 | 2A | 1D | 5C | 22 | 38 |
| Octal | 214 | 265 | 151 | 27 | 0 | 52 | 35 | 134 | 42 | 70 |
| Binary | 10001100 | 10110101 | 1101001 | 10111 | 0 | 101010 | 11101 | 1011100 | 100010 | 111000 |
Color Harmonies of #8CB569
Complementary color
Monochromatic Colors of #8CB569
Black with #8CB569
Text Example
Text Example
White with #8CB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB569; }
p { color: rgb(140,181,105); }
H1.HeaderClassName
{
color: #8CB569;
}
.AnyTagClassName
{
color: #8CB569;
}
</style>
background-color css
<style>
a { background-color: #8CB569; }
a { background-color: rgb(140,181,105); }
div.DivClassName
{
background-color: #8CB569;
}
.BgClassName
{
background-color: #8CB569;
}
</style>
border-color css
<style>
span { border-color: #8CB569; }
span { border-color: rgb(140,181,105); }
td.TdClassName
{
border-color: #8CB569;
}
.TagClassName
{
border-color: #8CB569;
}
</style>