Shades of Laurel #6B9B6D
Tints of Laurel #6B9B6D
RGB
CMYK
RGB Variations
Color information
#6B9B6D (or 0x6B9B6D) is known color: Laurel. HEX triplet: 6B, 9B and 6D. RGB value is (107,155,109). Sum of RGB (Red+Green+Blue) = 107+155+109=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B6D is #946492. Grayscale: #878787. Windows color (decimal): -9725075 or 7183211. OLE color: 7183211.
HSL color Cylindrical-coordinate representation of color #6B9B6D: hue angle of 122.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B6D is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 109 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.39 |
| HSL | 122.5º | 0.19% | 0.51% | - |
| HSV(B) | 122.5º | 0.31% | 0.61% | - |
| XYZ | 20.55 | 27.67 | 18.73 | - |
| YUV | 135.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 109 | 0.31 | 0 | 0.30 | 0.39 | 122.5 | 0.19 | 0.51 |
| Hex | 6B | 9B | 6D | 1F | 0 | 1E | 27 | 7B | 13 | 33 |
| Octal | 153 | 233 | 155 | 37 | 0 | 36 | 47 | 173 | 23 | 63 |
| Binary | 1101011 | 10011011 | 1101101 | 11111 | 0 | 11110 | 100111 | 1111011 | 10011 | 110011 |
Color Harmonies of #6B9B6D
Complementary color
Monochromatic Colors of #6B9B6D
Black with #6B9B6D
Text Example
Text Example
White with #6B9B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B6D; }
p { color: rgb(107,155,109); }
H1.HeaderClassName
{
color: #6B9B6D;
}
.AnyTagClassName
{
color: #6B9B6D;
}
</style>
background-color css
<style>
a { background-color: #6B9B6D; }
a { background-color: rgb(107,155,109); }
div.DivClassName
{
background-color: #6B9B6D;
}
.BgClassName
{
background-color: #6B9B6D;
}
</style>
border-color css
<style>
span { border-color: #6B9B6D; }
span { border-color: rgb(107,155,109); }
td.TdClassName
{
border-color: #6B9B6D;
}
.TagClassName
{
border-color: #6B9B6D;
}
</style>