Shades of Laurel #657F6A
Tints of Laurel #657F6A
RGB
CMYK
RGB Variations
Color information
#657F6A (or 0x657F6A) is known color: Laurel. HEX triplet: 65, 7F and 6A. RGB value is (101,127,106). Sum of RGB (Red+Green+Blue) = 101+127+106=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #657F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F6A is #9A8095. Grayscale: #747474. Windows color (decimal): -10125462 or 6979429. OLE color: 6979429.
HSL color Cylindrical-coordinate representation of color #657F6A: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657F6A is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 106 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.50 |
| HSL | 131.54º | 0.11% | 0.45% | - |
| HSV(B) | 131.54º | 0.2% | 0.5% | - |
| XYZ | 15.56 | 18.99 | 16.48 | - |
| YUV | 116.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 106 | 0.20 | 0 | 0.17 | 0.50 | 131.54 | 0.11 | 0.45 |
| Hex | 65 | 7F | 6A | 14 | 0 | 11 | 32 | 84 | B | 2D |
| Octal | 145 | 177 | 152 | 24 | 0 | 21 | 62 | 204 | 13 | 55 |
| Binary | 1100101 | 1111111 | 1101010 | 10100 | 0 | 10001 | 110010 | 10000100 | 1011 | 101101 |
Color Harmonies of #657F6A
Complementary color
Monochromatic Colors of #657F6A
Black with #657F6A
Text Example
Text Example
White with #657F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F6A; }
p { color: rgb(101,127,106); }
H1.HeaderClassName
{
color: #657F6A;
}
.AnyTagClassName
{
color: #657F6A;
}
</style>
background-color css
<style>
a { background-color: #657F6A; }
a { background-color: rgb(101,127,106); }
div.DivClassName
{
background-color: #657F6A;
}
.BgClassName
{
background-color: #657F6A;
}
</style>
border-color css
<style>
span { border-color: #657F6A; }
span { border-color: rgb(101,127,106); }
td.TdClassName
{
border-color: #657F6A;
}
.TagClassName
{
border-color: #657F6A;
}
</style>