Shades of Laurel #6B816F
Tints of Laurel #6B816F
RGB
CMYK
RGB Variations
Color information
#6B816F (or 0x6B816F) is known color: Laurel. HEX triplet: 6B, 81 and 6F. RGB value is (107,129,111). Sum of RGB (Red+Green+Blue) = 107+129+111=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 129 - color contains mainly: green. Hex color #6B816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B816F is #947E90. Grayscale: #787878. Windows color (decimal): -9731729 or 7307627. OLE color: 7307627.
HSL color Cylindrical-coordinate representation of color #6B816F: hue angle of 130.91º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B816F is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 111 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.49 |
| HSL | 130.91º | 0.09% | 0.46% | - |
| HSV(B) | 130.91º | 0.17% | 0.51% | - |
| XYZ | 16.78 | 19.97 | 18.01 | - |
| YUV | 120.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 111 | 0.17 | 0 | 0.14 | 0.49 | 130.91 | 0.09 | 0.46 |
| Hex | 6B | 81 | 6F | 11 | 0 | E | 31 | 83 | 9 | 2E |
| Octal | 153 | 201 | 157 | 21 | 0 | 16 | 61 | 203 | 11 | 56 |
| Binary | 1101011 | 10000001 | 1101111 | 10001 | 0 | 1110 | 110001 | 10000011 | 1001 | 101110 |
Color Harmonies of #6B816F
Complementary color
Monochromatic Colors of #6B816F
Black with #6B816F
Text Example
Text Example
White with #6B816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B816F; }
p { color: rgb(107,129,111); }
H1.HeaderClassName
{
color: #6B816F;
}
.AnyTagClassName
{
color: #6B816F;
}
</style>
background-color css
<style>
a { background-color: #6B816F; }
a { background-color: rgb(107,129,111); }
div.DivClassName
{
background-color: #6B816F;
}
.BgClassName
{
background-color: #6B816F;
}
</style>
border-color css
<style>
span { border-color: #6B816F; }
span { border-color: rgb(107,129,111); }
td.TdClassName
{
border-color: #6B816F;
}
.TagClassName
{
border-color: #6B816F;
}
</style>