Shades of Olivine #8DB269
Tints of Olivine #8DB269
RGB
CMYK
RGB Variations
Color information
#8DB269 (or 0x8DB269) is known color: Olivine. HEX triplet: 8D, B2 and 69. RGB value is (141,178,105). Sum of RGB (Red+Green+Blue) = 141+178+105=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 105 (41.41% from 255 or 24.76% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB269 is #724D96. Grayscale: #9E9E9E. Windows color (decimal): -7490967 or 6926989. OLE color: 6926989.
HSL color Cylindrical-coordinate representation of color #8DB269: hue angle of 90.41º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB269 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 105 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.30 |
| HSL | 90.41º | 0.32% | 0.55% | - |
| HSV(B) | 90.41º | 0.41% | 0.7% | - |
| XYZ | 29.45 | 38.52 | 19.25 | - |
| YUV | 158.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 105 | 0.21 | 0 | 0.41 | 0.30 | 90.41 | 0.32 | 0.55 |
| Hex | 8D | B2 | 69 | 15 | 0 | 29 | 1E | 5A | 20 | 37 |
| Octal | 215 | 262 | 151 | 25 | 0 | 51 | 36 | 132 | 40 | 67 |
| Binary | 10001101 | 10110010 | 1101001 | 10101 | 0 | 101001 | 11110 | 1011010 | 100000 | 110111 |
Color Harmonies of #8DB269
Complementary color
Monochromatic Colors of #8DB269
Black with #8DB269
Text Example
Text Example
White with #8DB269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB269; }
p { color: rgb(141,178,105); }
H1.HeaderClassName
{
color: #8DB269;
}
.AnyTagClassName
{
color: #8DB269;
}
</style>
background-color css
<style>
a { background-color: #8DB269; }
a { background-color: rgb(141,178,105); }
div.DivClassName
{
background-color: #8DB269;
}
.BgClassName
{
background-color: #8DB269;
}
</style>
border-color css
<style>
span { border-color: #8DB269; }
span { border-color: rgb(141,178,105); }
td.TdClassName
{
border-color: #8DB269;
}
.TagClassName
{
border-color: #8DB269;
}
</style>