Shades of Laurel #6B8673
Tints of Laurel #6B8673
RGB
CMYK
RGB Variations
Color information
#6B8673 (or 0x6B8673) is known color: Laurel. HEX triplet: 6B, 86 and 73. RGB value is (107,134,115). Sum of RGB (Red+Green+Blue) = 107+134+115=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8673 is #94798C. Grayscale: #7B7B7B. Windows color (decimal): -9730445 or 7571051. OLE color: 7571051.
HSL color Cylindrical-coordinate representation of color #6B8673: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B8673 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 115 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.47 |
| HSL | 137.78º | 0.11% | 0.47% | - |
| HSV(B) | 137.78º | 0.2% | 0.53% | - |
| XYZ | 17.68 | 21.41 | 19.42 | - |
| YUV | 123.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 115 | 0.20 | 0 | 0.14 | 0.47 | 137.78 | 0.11 | 0.47 |
| Hex | 6B | 86 | 73 | 14 | 0 | E | 2F | 8A | B | 2F |
| Octal | 153 | 206 | 163 | 24 | 0 | 16 | 57 | 212 | 13 | 57 |
| Binary | 1101011 | 10000110 | 1110011 | 10100 | 0 | 1110 | 101111 | 10001010 | 1011 | 101111 |
Color Harmonies of #6B8673
Complementary color
Monochromatic Colors of #6B8673
Black with #6B8673
Text Example
Text Example
White with #6B8673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8673; }
p { color: rgb(107,134,115); }
H1.HeaderClassName
{
color: #6B8673;
}
.AnyTagClassName
{
color: #6B8673;
}
</style>
background-color css
<style>
a { background-color: #6B8673; }
a { background-color: rgb(107,134,115); }
div.DivClassName
{
background-color: #6B8673;
}
.BgClassName
{
background-color: #6B8673;
}
</style>
border-color css
<style>
span { border-color: #6B8673; }
span { border-color: rgb(107,134,115); }
td.TdClassName
{
border-color: #6B8673;
}
.TagClassName
{
border-color: #6B8673;
}
</style>