Shades of Laurel #6B906B
Tints of Laurel #6B906B
RGB
CMYK
RGB Variations
Color information
#6B906B (or 0x6B906B) is known color: Laurel. HEX triplet: 6B, 90 and 6B. RGB value is (107,144,107). Sum of RGB (Red+Green+Blue) = 107+144+107=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #6B906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B906B is #946F94. Grayscale: #808080. Windows color (decimal): -9727893 or 7049323. OLE color: 7049323.
HSL color Cylindrical-coordinate representation of color #6B906B: hue angle of 120º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B906B is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 144 | 107 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.44 |
| HSL | 120º | 0.15% | 0.49% | - |
| HSV(B) | 120º | 0.26% | 0.56% | - |
| XYZ | 18.69 | 24.13 | 17.58 | - |
| YUV | 128.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 107 | 0.26 | 0 | 0.26 | 0.44 | 120 | 0.15 | 0.49 |
| Hex | 6B | 90 | 6B | 1A | 0 | 1A | 2C | 78 | F | 31 |
| Octal | 153 | 220 | 153 | 32 | 0 | 32 | 54 | 170 | 17 | 61 |
| Binary | 1101011 | 10010000 | 1101011 | 11010 | 0 | 11010 | 101100 | 1111000 | 1111 | 110001 |
Color Harmonies of #6B906B
Complementary color
Monochromatic Colors of #6B906B
Black with #6B906B
Text Example
Text Example
White with #6B906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B906B; }
p { color: rgb(107,144,107); }
H1.HeaderClassName
{
color: #6B906B;
}
.AnyTagClassName
{
color: #6B906B;
}
</style>
background-color css
<style>
a { background-color: #6B906B; }
a { background-color: rgb(107,144,107); }
div.DivClassName
{
background-color: #6B906B;
}
.BgClassName
{
background-color: #6B906B;
}
</style>
border-color css
<style>
span { border-color: #6B906B; }
span { border-color: rgb(107,144,107); }
td.TdClassName
{
border-color: #6B906B;
}
.TagClassName
{
border-color: #6B906B;
}
</style>