Shades of Dark Sea Green #8CB67E
Tints of Dark Sea Green #8CB67E
RGB
CMYK
RGB Variations
Color information
#8CB67E (or 0x8CB67E) is known color: Dark Sea Green. HEX triplet: 8C, B6 and 7E. RGB value is (140,182,126). Sum of RGB (Red+Green+Blue) = 140+182+126=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB67E is #734981. Grayscale: #A3A3A3. Windows color (decimal): -7555458 or 8304268. OLE color: 8304268.
HSL color Cylindrical-coordinate representation of color #8CB67E: hue angle of 105º 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 #8CB67E is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 182 | 126 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.29 |
| HSL | 105º | 0.28% | 0.6% | - |
| HSV(B) | 105º | 0.31% | 0.71% | - |
| XYZ | 31.31 | 40.54 | 25.91 | - |
| YUV | 163.06 | 107.09 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 126 | 0.23 | 0 | 0.31 | 0.29 | 105 | 0.28 | 0.6 |
| Hex | 8C | B6 | 7E | 17 | 0 | 1F | 1D | 69 | 1C | 3C |
| Octal | 214 | 266 | 176 | 27 | 0 | 37 | 35 | 151 | 34 | 74 |
| Binary | 10001100 | 10110110 | 1111110 | 10111 | 0 | 11111 | 11101 | 1101001 | 11100 | 111100 |
Color Harmonies of #8CB67E
Complementary color
Monochromatic Colors of #8CB67E
Black with #8CB67E
Text Example
Text Example
White with #8CB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB67E; }
p { color: rgb(140,182,126); }
H1.HeaderClassName
{
color: #8CB67E;
}
.AnyTagClassName
{
color: #8CB67E;
}
</style>
background-color css
<style>
a { background-color: #8CB67E; }
a { background-color: rgb(140,182,126); }
div.DivClassName
{
background-color: #8CB67E;
}
.BgClassName
{
background-color: #8CB67E;
}
</style>
border-color css
<style>
span { border-color: #8CB67E; }
span { border-color: rgb(140,182,126); }
td.TdClassName
{
border-color: #8CB67E;
}
.TagClassName
{
border-color: #8CB67E;
}
</style>