Shades of Laurel #6B8669
Tints of Laurel #6B8669
RGB
CMYK
RGB Variations
Color information
#6B8669 (or 0x6B8669) is known color: Laurel. HEX triplet: 6B, 86 and 69. RGB value is (107,134,105). Sum of RGB (Red+Green+Blue) = 107+134+105=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8669 is #947996. Grayscale: #7A7A7A. Windows color (decimal): -9730455 or 6915691. OLE color: 6915691.
HSL color Cylindrical-coordinate representation of color #6B8669: hue angle of 115.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8669 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 105 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.47 |
| HSL | 115.86º | 0.12% | 0.47% | - |
| HSV(B) | 115.86º | 0.22% | 0.53% | - |
| XYZ | 17.14 | 21.2 | 16.55 | - |
| YUV | 122.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 105 | 0.20 | 0 | 0.22 | 0.47 | 115.86 | 0.12 | 0.47 |
| Hex | 6B | 86 | 69 | 14 | 0 | 16 | 2F | 74 | C | 2F |
| Octal | 153 | 206 | 151 | 24 | 0 | 26 | 57 | 164 | 14 | 57 |
| Binary | 1101011 | 10000110 | 1101001 | 10100 | 0 | 10110 | 101111 | 1110100 | 1100 | 101111 |
Color Harmonies of #6B8669
Complementary color
Monochromatic Colors of #6B8669
Black with #6B8669
Text Example
Text Example
White with #6B8669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8669; }
p { color: rgb(107,134,105); }
H1.HeaderClassName
{
color: #6B8669;
}
.AnyTagClassName
{
color: #6B8669;
}
</style>
background-color css
<style>
a { background-color: #6B8669; }
a { background-color: rgb(107,134,105); }
div.DivClassName
{
background-color: #6B8669;
}
.BgClassName
{
background-color: #6B8669;
}
</style>
border-color css
<style>
span { border-color: #6B8669; }
span { border-color: rgb(107,134,105); }
td.TdClassName
{
border-color: #6B8669;
}
.TagClassName
{
border-color: #6B8669;
}
</style>