Shades of Olivine #8DB67D
Tints of Olivine #8DB67D
RGB
CMYK
RGB Variations
Color information
#8DB67D (or 0x8DB67D) is known color: Olivine. HEX triplet: 8D, B6 and 7D. RGB value is (141,182,125). Sum of RGB (Red+Green+Blue) = 141+182+125=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB67D is #724982. Grayscale: #A3A3A3. Windows color (decimal): -7489923 or 8238733. OLE color: 8238733.
HSL color Cylindrical-coordinate representation of color #8DB67D: hue angle of 103.16º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DB67D is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 125 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.29 |
| HSL | 103.16º | 0.28% | 0.6% | - |
| HSV(B) | 103.16º | 0.31% | 0.71% | - |
| XYZ | 31.41 | 40.6 | 25.58 | - |
| YUV | 163.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 125 | 0.23 | 0 | 0.31 | 0.29 | 103.16 | 0.28 | 0.6 |
| Hex | 8D | B6 | 7D | 17 | 0 | 1F | 1D | 67 | 1C | 3C |
| Octal | 215 | 266 | 175 | 27 | 0 | 37 | 35 | 147 | 34 | 74 |
| Binary | 10001101 | 10110110 | 1111101 | 10111 | 0 | 11111 | 11101 | 1100111 | 11100 | 111100 |
Color Harmonies of #8DB67D
Complementary color
Monochromatic Colors of #8DB67D
Black with #8DB67D
Text Example
Text Example
White with #8DB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB67D; }
p { color: rgb(141,182,125); }
H1.HeaderClassName
{
color: #8DB67D;
}
.AnyTagClassName
{
color: #8DB67D;
}
</style>
background-color css
<style>
a { background-color: #8DB67D; }
a { background-color: rgb(141,182,125); }
div.DivClassName
{
background-color: #8DB67D;
}
.BgClassName
{
background-color: #8DB67D;
}
</style>
border-color css
<style>
span { border-color: #8DB67D; }
span { border-color: rgb(141,182,125); }
td.TdClassName
{
border-color: #8DB67D;
}
.TagClassName
{
border-color: #8DB67D;
}
</style>