Shades of Laurel #6B8872
Tints of Laurel #6B8872
RGB
CMYK
RGB Variations
Color information
#6B8872 (or 0x6B8872) is known color: Laurel. HEX triplet: 6B, 88 and 72. RGB value is (107,136,114). Sum of RGB (Red+Green+Blue) = 107+136+114=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8872 is #94778D. Grayscale: #7C7C7C. Windows color (decimal): -9729934 or 7506027. OLE color: 7506027.
HSL color Cylindrical-coordinate representation of color #6B8872: hue angle of 134.48º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8872 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 136 | 114 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.47 |
| HSL | 134.48º | 0.12% | 0.48% | - |
| HSV(B) | 134.48º | 0.21% | 0.53% | - |
| XYZ | 17.9 | 21.95 | 19.21 | - |
| YUV | 124.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 114 | 0.21 | 0 | 0.16 | 0.47 | 134.48 | 0.12 | 0.48 |
| Hex | 6B | 88 | 72 | 15 | 0 | 10 | 2F | 86 | C | 30 |
| Octal | 153 | 210 | 162 | 25 | 0 | 20 | 57 | 206 | 14 | 60 |
| Binary | 1101011 | 10001000 | 1110010 | 10101 | 0 | 10000 | 101111 | 10000110 | 1100 | 110000 |
Color Harmonies of #6B8872
Complementary color
Monochromatic Colors of #6B8872
Black with #6B8872
Text Example
Text Example
White with #6B8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8872; }
p { color: rgb(107,136,114); }
H1.HeaderClassName
{
color: #6B8872;
}
.AnyTagClassName
{
color: #6B8872;
}
</style>
background-color css
<style>
a { background-color: #6B8872; }
a { background-color: rgb(107,136,114); }
div.DivClassName
{
background-color: #6B8872;
}
.BgClassName
{
background-color: #6B8872;
}
</style>
border-color css
<style>
span { border-color: #6B8872; }
span { border-color: rgb(107,136,114); }
td.TdClassName
{
border-color: #6B8872;
}
.TagClassName
{
border-color: #6B8872;
}
</style>