Shades of Olivine #8CBB6A
Tints of Olivine #8CBB6A
RGB
CMYK
RGB Variations
Color information
#8CBB6A (or 0x8CBB6A) is known color: Olivine. HEX triplet: 8C, BB and 6A. RGB value is (140,187,106). Sum of RGB (Red+Green+Blue) = 140+187+106=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB6A is #734495. Grayscale: #A3A3A3. Windows color (decimal): -7554198 or 6994828. OLE color: 6994828.
HSL color Cylindrical-coordinate representation of color #8CBB6A: hue angle of 94.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CBB6A is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 187 | 106 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.27 |
| HSL | 94.81º | 0.37% | 0.57% | - |
| HSV(B) | 94.81º | 0.43% | 0.73% | - |
| XYZ | 31.19 | 42.16 | 20.13 | - |
| YUV | 163.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 106 | 0.25 | 0 | 0.43 | 0.27 | 94.81 | 0.37 | 0.57 |
| Hex | 8C | BB | 6A | 19 | 0 | 2B | 1B | 5F | 25 | 39 |
| Octal | 214 | 273 | 152 | 31 | 0 | 53 | 33 | 137 | 45 | 71 |
| Binary | 10001100 | 10111011 | 1101010 | 11001 | 0 | 101011 | 11011 | 1011111 | 100101 | 111001 |
Color Harmonies of #8CBB6A
Complementary color
Monochromatic Colors of #8CBB6A
Black with #8CBB6A
Text Example
Text Example
White with #8CBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBB6A; }
p { color: rgb(140,187,106); }
H1.HeaderClassName
{
color: #8CBB6A;
}
.AnyTagClassName
{
color: #8CBB6A;
}
</style>
background-color css
<style>
a { background-color: #8CBB6A; }
a { background-color: rgb(140,187,106); }
div.DivClassName
{
background-color: #8CBB6A;
}
.BgClassName
{
background-color: #8CBB6A;
}
</style>
border-color css
<style>
span { border-color: #8CBB6A; }
span { border-color: rgb(140,187,106); }
td.TdClassName
{
border-color: #8CBB6A;
}
.TagClassName
{
border-color: #8CBB6A;
}
</style>