Shades of Laurel #6AA26B
Tints of Laurel #6AA26B
RGB
CMYK
RGB Variations
Color information
#6AA26B (or 0x6AA26B) is known color: Laurel. HEX triplet: 6A, A2 and 6B. RGB value is (106,162,107). Sum of RGB (Red+Green+Blue) = 106+162+107=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA26B is #955D94. Grayscale: #8B8B8B. Windows color (decimal): -9788821 or 7053930. OLE color: 7053930.
HSL color Cylindrical-coordinate representation of color #6AA26B: hue angle of 121.07º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA26B is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 162 | 107 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.36 |
| HSL | 121.07º | 0.23% | 0.53% | - |
| HSV(B) | 121.07º | 0.35% | 0.64% | - |
| XYZ | 21.52 | 29.97 | 18.56 | - |
| YUV | 138.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 162 | 107 | 0.35 | 0 | 0.34 | 0.36 | 121.07 | 0.23 | 0.53 |
| Hex | 6A | A2 | 6B | 23 | 0 | 22 | 24 | 79 | 17 | 35 |
| Octal | 152 | 242 | 153 | 43 | 0 | 42 | 44 | 171 | 27 | 65 |
| Binary | 1101010 | 10100010 | 1101011 | 100011 | 0 | 100010 | 100100 | 1111001 | 10111 | 110101 |
Color Harmonies of #6AA26B
Complementary color
Monochromatic Colors of #6AA26B
Black with #6AA26B
Text Example
Text Example
White with #6AA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA26B; }
p { color: rgb(106,162,107); }
H1.HeaderClassName
{
color: #6AA26B;
}
.AnyTagClassName
{
color: #6AA26B;
}
</style>
background-color css
<style>
a { background-color: #6AA26B; }
a { background-color: rgb(106,162,107); }
div.DivClassName
{
background-color: #6AA26B;
}
.BgClassName
{
background-color: #6AA26B;
}
</style>
border-color css
<style>
span { border-color: #6AA26B; }
span { border-color: rgb(106,162,107); }
td.TdClassName
{
border-color: #6AA26B;
}
.TagClassName
{
border-color: #6AA26B;
}
</style>