Shades of Laurel #6B9C6E
Tints of Laurel #6B9C6E
RGB
CMYK
RGB Variations
Color information
#6B9C6E (or 0x6B9C6E) is known color: Laurel. HEX triplet: 6B, 9C and 6E. RGB value is (107,156,110). Sum of RGB (Red+Green+Blue) = 107+156+110=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #6B9C6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9C6E is #946391. Grayscale: #888888. Windows color (decimal): -9724818 or 7249003. OLE color: 7249003.
HSL color Cylindrical-coordinate representation of color #6B9C6E: hue angle of 123.67º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9C6E is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 156 | 110 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.39 |
| HSL | 123.67º | 0.2% | 0.52% | - |
| HSV(B) | 123.67º | 0.31% | 0.61% | - |
| XYZ | 20.77 | 28.03 | 19.07 | - |
| YUV | 136.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 110 | 0.31 | 0 | 0.29 | 0.39 | 123.67 | 0.2 | 0.52 |
| Hex | 6B | 9C | 6E | 1F | 0 | 1D | 27 | 7C | 14 | 34 |
| Octal | 153 | 234 | 156 | 37 | 0 | 35 | 47 | 174 | 24 | 64 |
| Binary | 1101011 | 10011100 | 1101110 | 11111 | 0 | 11101 | 100111 | 1111100 | 10100 | 110100 |
Color Harmonies of #6B9C6E
Complementary color
Monochromatic Colors of #6B9C6E
Black with #6B9C6E
Text Example
Text Example
White with #6B9C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9C6E; }
p { color: rgb(107,156,110); }
H1.HeaderClassName
{
color: #6B9C6E;
}
.AnyTagClassName
{
color: #6B9C6E;
}
</style>
background-color css
<style>
a { background-color: #6B9C6E; }
a { background-color: rgb(107,156,110); }
div.DivClassName
{
background-color: #6B9C6E;
}
.BgClassName
{
background-color: #6B9C6E;
}
</style>
border-color css
<style>
span { border-color: #6B9C6E; }
span { border-color: rgb(107,156,110); }
td.TdClassName
{
border-color: #6B9C6E;
}
.TagClassName
{
border-color: #6B9C6E;
}
</style>