Shades of Laurel #6B936C
Tints of Laurel #6B936C
RGB
CMYK
RGB Variations
Color information
#6B936C (or 0x6B936C) is known color: Laurel. HEX triplet: 6B, 93 and 6C. RGB value is (107,147,108). Sum of RGB (Red+Green+Blue) = 107+147+108=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #6B936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B936C is #946C93. Grayscale: #828282. Windows color (decimal): -9727124 or 7115627. OLE color: 7115627.
HSL color Cylindrical-coordinate representation of color #6B936C: hue angle of 121.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B936C is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 147 | 108 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.42 |
| HSL | 121.5º | 0.16% | 0.5% | - |
| HSV(B) | 121.5º | 0.27% | 0.58% | - |
| XYZ | 19.2 | 25.08 | 18.02 | - |
| YUV | 130.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 147 | 108 | 0.27 | 0 | 0.27 | 0.42 | 121.5 | 0.16 | 0.5 |
| Hex | 6B | 93 | 6C | 1B | 0 | 1B | 2A | 7A | 10 | 32 |
| Octal | 153 | 223 | 154 | 33 | 0 | 33 | 52 | 172 | 20 | 62 |
| Binary | 1101011 | 10010011 | 1101100 | 11011 | 0 | 11011 | 101010 | 1111010 | 10000 | 110010 |
Color Harmonies of #6B936C
Complementary color
Monochromatic Colors of #6B936C
Black with #6B936C
Text Example
Text Example
White with #6B936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B936C; }
p { color: rgb(107,147,108); }
H1.HeaderClassName
{
color: #6B936C;
}
.AnyTagClassName
{
color: #6B936C;
}
</style>
background-color css
<style>
a { background-color: #6B936C; }
a { background-color: rgb(107,147,108); }
div.DivClassName
{
background-color: #6B936C;
}
.BgClassName
{
background-color: #6B936C;
}
</style>
border-color css
<style>
span { border-color: #6B936C; }
span { border-color: rgb(107,147,108); }
td.TdClassName
{
border-color: #6B936C;
}
.TagClassName
{
border-color: #6B936C;
}
</style>