Shades of Laurel #6CA269
Tints of Laurel #6CA269
RGB
CMYK
RGB Variations
Color information
#6CA269 (or 0x6CA269) is known color: Laurel. HEX triplet: 6C, A2 and 69. RGB value is (108,162,105). Sum of RGB (Red+Green+Blue) = 108+162+105=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 162 (63.67% from 255 or 43.2% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6CA269 is #935D96. Grayscale: #8B8B8B. Windows color (decimal): -9657751 or 6922860. OLE color: 6922860.
HSL color Cylindrical-coordinate representation of color #6CA269: hue angle of 116.84º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6CA269 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 162 | 105 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.36 |
| HSL | 116.84º | 0.23% | 0.52% | - |
| HSV(B) | 116.84º | 0.35% | 0.64% | - |
| XYZ | 21.65 | 30.05 | 18.02 | - |
| YUV | 139.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 162 | 105 | 0.33 | 0 | 0.35 | 0.36 | 116.84 | 0.23 | 0.52 |
| Hex | 6C | A2 | 69 | 21 | 0 | 23 | 24 | 75 | 17 | 34 |
| Octal | 154 | 242 | 151 | 41 | 0 | 43 | 44 | 165 | 27 | 64 |
| Binary | 1101100 | 10100010 | 1101001 | 100001 | 0 | 100011 | 100100 | 1110101 | 10111 | 110100 |
Color Harmonies of #6CA269
Complementary color
Monochromatic Colors of #6CA269
Black with #6CA269
Text Example
Text Example
White with #6CA269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA269; }
p { color: rgb(108,162,105); }
H1.HeaderClassName
{
color: #6CA269;
}
.AnyTagClassName
{
color: #6CA269;
}
</style>
background-color css
<style>
a { background-color: #6CA269; }
a { background-color: rgb(108,162,105); }
div.DivClassName
{
background-color: #6CA269;
}
.BgClassName
{
background-color: #6CA269;
}
</style>
border-color css
<style>
span { border-color: #6CA269; }
span { border-color: rgb(108,162,105); }
td.TdClassName
{
border-color: #6CA269;
}
.TagClassName
{
border-color: #6CA269;
}
</style>