Shades of Laurel #6BA06B
Tints of Laurel #6BA06B
RGB
CMYK
RGB Variations
Color information
#6BA06B (or 0x6BA06B) is known color: Laurel. HEX triplet: 6B, A0 and 6B. RGB value is (107,160,107). Sum of RGB (Red+Green+Blue) = 107+160+107=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA06B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA06B is #945F94. Grayscale: #8A8A8A. Windows color (decimal): -9723797 or 7053419. OLE color: 7053419.
HSL color Cylindrical-coordinate representation of color #6BA06B: hue angle of 120º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6BA06B is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 160 | 107 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.37 |
| HSL | 120º | 0.22% | 0.52% | - |
| HSV(B) | 120º | 0.33% | 0.63% | - |
| XYZ | 21.29 | 29.33 | 18.45 | - |
| YUV | 138.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 160 | 107 | 0.33 | 0 | 0.33 | 0.37 | 120 | 0.22 | 0.52 |
| Hex | 6B | A0 | 6B | 21 | 0 | 21 | 25 | 78 | 16 | 34 |
| Octal | 153 | 240 | 153 | 41 | 0 | 41 | 45 | 170 | 26 | 64 |
| Binary | 1101011 | 10100000 | 1101011 | 100001 | 0 | 100001 | 100101 | 1111000 | 10110 | 110100 |
Color Harmonies of #6BA06B
Complementary color
Monochromatic Colors of #6BA06B
Black with #6BA06B
Text Example
Text Example
White with #6BA06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA06B; }
p { color: rgb(107,160,107); }
H1.HeaderClassName
{
color: #6BA06B;
}
.AnyTagClassName
{
color: #6BA06B;
}
</style>
background-color css
<style>
a { background-color: #6BA06B; }
a { background-color: rgb(107,160,107); }
div.DivClassName
{
background-color: #6BA06B;
}
.BgClassName
{
background-color: #6BA06B;
}
</style>
border-color css
<style>
span { border-color: #6BA06B; }
span { border-color: rgb(107,160,107); }
td.TdClassName
{
border-color: #6BA06B;
}
.TagClassName
{
border-color: #6BA06B;
}
</style>