Shades of Olivine #8CB669
Tints of Olivine #8CB669
RGB
CMYK
RGB Variations
Color information
#8CB669 (or 0x8CB669) is known color: Olivine. HEX triplet: 8C, B6 and 69. RGB value is (140,182,105). Sum of RGB (Red+Green+Blue) = 140+182+105=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB669 is #734996. Grayscale: #A0A0A0. Windows color (decimal): -7555479 or 6928012. OLE color: 6928012.
HSL color Cylindrical-coordinate representation of color #8CB669: hue angle of 92.73º degrees, saturation: 0.35, 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 #8CB669 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 105 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.29 |
| HSL | 92.73º | 0.35% | 0.56% | - |
| HSV(B) | 92.73º | 0.42% | 0.71% | - |
| XYZ | 30.09 | 40.05 | 19.51 | - |
| YUV | 160.66 | 96.59 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 105 | 0.23 | 0 | 0.42 | 0.29 | 92.73 | 0.35 | 0.56 |
| Hex | 8C | B6 | 69 | 17 | 0 | 2A | 1D | 5D | 23 | 38 |
| Octal | 214 | 266 | 151 | 27 | 0 | 52 | 35 | 135 | 43 | 70 |
| Binary | 10001100 | 10110110 | 1101001 | 10111 | 0 | 101010 | 11101 | 1011101 | 100011 | 111000 |
Color Harmonies of #8CB669
Complementary color
Monochromatic Colors of #8CB669
Black with #8CB669
Text Example
Text Example
White with #8CB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB669; }
p { color: rgb(140,182,105); }
H1.HeaderClassName
{
color: #8CB669;
}
.AnyTagClassName
{
color: #8CB669;
}
</style>
background-color css
<style>
a { background-color: #8CB669; }
a { background-color: rgb(140,182,105); }
div.DivClassName
{
background-color: #8CB669;
}
.BgClassName
{
background-color: #8CB669;
}
</style>
border-color css
<style>
span { border-color: #8CB669; }
span { border-color: rgb(140,182,105); }
td.TdClassName
{
border-color: #8CB669;
}
.TagClassName
{
border-color: #8CB669;
}
</style>