Shades of Laurel #6B976B
Tints of Laurel #6B976B
RGB
CMYK
RGB Variations
Color information
#6B976B (or 0x6B976B) is known color: Laurel. HEX triplet: 6B, 97 and 6B. RGB value is (107,151,107). Sum of RGB (Red+Green+Blue) = 107+151+107=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #6B976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B976B is #946894. Grayscale: #848484. Windows color (decimal): -9726101 or 7051115. OLE color: 7051115.
HSL color Cylindrical-coordinate representation of color #6B976B: hue angle of 120º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B976B is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 107 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.41 |
| HSL | 120º | 0.17% | 0.51% | - |
| HSV(B) | 120º | 0.29% | 0.59% | - |
| XYZ | 19.78 | 26.32 | 17.95 | - |
| YUV | 132.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 107 | 0.29 | 0 | 0.29 | 0.41 | 120 | 0.17 | 0.51 |
| Hex | 6B | 97 | 6B | 1D | 0 | 1D | 29 | 78 | 11 | 33 |
| Octal | 153 | 227 | 153 | 35 | 0 | 35 | 51 | 170 | 21 | 63 |
| Binary | 1101011 | 10010111 | 1101011 | 11101 | 0 | 11101 | 101001 | 1111000 | 10001 | 110011 |
Color Harmonies of #6B976B
Complementary color
Monochromatic Colors of #6B976B
Black with #6B976B
Text Example
Text Example
White with #6B976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B976B; }
p { color: rgb(107,151,107); }
H1.HeaderClassName
{
color: #6B976B;
}
.AnyTagClassName
{
color: #6B976B;
}
</style>
background-color css
<style>
a { background-color: #6B976B; }
a { background-color: rgb(107,151,107); }
div.DivClassName
{
background-color: #6B976B;
}
.BgClassName
{
background-color: #6B976B;
}
</style>
border-color css
<style>
span { border-color: #6B976B; }
span { border-color: rgb(107,151,107); }
td.TdClassName
{
border-color: #6B976B;
}
.TagClassName
{
border-color: #6B976B;
}
</style>