Shades of Laurel #6BA26C
Tints of Laurel #6BA26C
RGB
CMYK
RGB Variations
Color information
#6BA26C (or 0x6BA26C) is known color: Laurel. HEX triplet: 6B, A2 and 6C. RGB value is (107,162,108). Sum of RGB (Red+Green+Blue) = 107+162+108=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA26C is #945D93. Grayscale: #8B8B8B. Windows color (decimal): -9723284 or 7119467. OLE color: 7119467.
HSL color Cylindrical-coordinate representation of color #6BA26C: hue angle of 121.09º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA26C is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 108 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.36 |
| HSL | 121.09º | 0.23% | 0.53% | - |
| HSV(B) | 121.09º | 0.34% | 0.64% | - |
| XYZ | 21.69 | 30.05 | 18.84 | - |
| YUV | 139.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 108 | 0.34 | 0 | 0.33 | 0.36 | 121.09 | 0.23 | 0.53 |
| Hex | 6B | A2 | 6C | 22 | 0 | 21 | 24 | 79 | 17 | 35 |
| Octal | 153 | 242 | 154 | 42 | 0 | 41 | 44 | 171 | 27 | 65 |
| Binary | 1101011 | 10100010 | 1101100 | 100010 | 0 | 100001 | 100100 | 1111001 | 10111 | 110101 |
Color Harmonies of #6BA26C
Complementary color
Monochromatic Colors of #6BA26C
Black with #6BA26C
Text Example
Text Example
White with #6BA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA26C; }
p { color: rgb(107,162,108); }
H1.HeaderClassName
{
color: #6BA26C;
}
.AnyTagClassName
{
color: #6BA26C;
}
</style>
background-color css
<style>
a { background-color: #6BA26C; }
a { background-color: rgb(107,162,108); }
div.DivClassName
{
background-color: #6BA26C;
}
.BgClassName
{
background-color: #6BA26C;
}
</style>
border-color css
<style>
span { border-color: #6BA26C; }
span { border-color: rgb(107,162,108); }
td.TdClassName
{
border-color: #6BA26C;
}
.TagClassName
{
border-color: #6BA26C;
}
</style>