Shades of Laurel #6B9168
Tints of Laurel #6B9168
RGB
CMYK
RGB Variations
Color information
#6B9168 (or 0x6B9168) is known color: Laurel. HEX triplet: 6B, 91 and 68. RGB value is (107,145,104). Sum of RGB (Red+Green+Blue) = 107+145+104=356 (47% of max value = 765). Red value is 107 (42.19% from 255 or 30.06% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9168 is #946E97. Grayscale: #818181. Windows color (decimal): -9727640 or 6852971. OLE color: 6852971.
HSL color Cylindrical-coordinate representation of color #6B9168: hue angle of 115.61º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B9168 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 145 | 104 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.43 |
| HSL | 115.61º | 0.16% | 0.49% | - |
| HSV(B) | 115.61º | 0.28% | 0.57% | - |
| XYZ | 18.69 | 24.38 | 16.82 | - |
| YUV | 128.96 | 113.91 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 104 | 0.26 | 0 | 0.28 | 0.43 | 115.61 | 0.16 | 0.49 |
| Hex | 6B | 91 | 68 | 1A | 0 | 1C | 2B | 74 | 10 | 31 |
| Octal | 153 | 221 | 150 | 32 | 0 | 34 | 53 | 164 | 20 | 61 |
| Binary | 1101011 | 10010001 | 1101000 | 11010 | 0 | 11100 | 101011 | 1110100 | 10000 | 110001 |
Color Harmonies of #6B9168
Complementary color
Monochromatic Colors of #6B9168
Black with #6B9168
Text Example
Text Example
White with #6B9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9168; }
p { color: rgb(107,145,104); }
H1.HeaderClassName
{
color: #6B9168;
}
.AnyTagClassName
{
color: #6B9168;
}
</style>
background-color css
<style>
a { background-color: #6B9168; }
a { background-color: rgb(107,145,104); }
div.DivClassName
{
background-color: #6B9168;
}
.BgClassName
{
background-color: #6B9168;
}
</style>
border-color css
<style>
span { border-color: #6B9168; }
span { border-color: rgb(107,145,104); }
td.TdClassName
{
border-color: #6B9168;
}
.TagClassName
{
border-color: #6B9168;
}
</style>