Shades of Laurel #6B9369
Tints of Laurel #6B9369
RGB
CMYK
RGB Variations
Color information
#6B9369 (or 0x6B9369) is known color: Laurel. HEX triplet: 6B, 93 and 69. RGB value is (107,147,105). Sum of RGB (Red+Green+Blue) = 107+147+105=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9369 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9369 is #946C96. Grayscale: #828282. Windows color (decimal): -9727127 or 6919019. OLE color: 6919019.
HSL color Cylindrical-coordinate representation of color #6B9369: hue angle of 117.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B9369 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 105 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.42 |
| HSL | 117.14º | 0.17% | 0.49% | - |
| HSV(B) | 117.14º | 0.29% | 0.58% | - |
| XYZ | 19.05 | 25.01 | 17.19 | - |
| YUV | 130.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 105 | 0.27 | 0 | 0.29 | 0.42 | 117.14 | 0.17 | 0.49 |
| Hex | 6B | 93 | 69 | 1B | 0 | 1D | 2A | 75 | 11 | 31 |
| Octal | 153 | 223 | 151 | 33 | 0 | 35 | 52 | 165 | 21 | 61 |
| Binary | 1101011 | 10010011 | 1101001 | 11011 | 0 | 11101 | 101010 | 1110101 | 10001 | 110001 |
Color Harmonies of #6B9369
Complementary color
Monochromatic Colors of #6B9369
Black with #6B9369
Text Example
Text Example
White with #6B9369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9369; }
p { color: rgb(107,147,105); }
H1.HeaderClassName
{
color: #6B9369;
}
.AnyTagClassName
{
color: #6B9369;
}
</style>
background-color css
<style>
a { background-color: #6B9369; }
a { background-color: rgb(107,147,105); }
div.DivClassName
{
background-color: #6B9369;
}
.BgClassName
{
background-color: #6B9369;
}
</style>
border-color css
<style>
span { border-color: #6B9369; }
span { border-color: rgb(107,147,105); }
td.TdClassName
{
border-color: #6B9369;
}
.TagClassName
{
border-color: #6B9369;
}
</style>