Shades of Laurel #65916A
Tints of Laurel #65916A
RGB
CMYK
RGB Variations
Color information
#65916A (or 0x65916A) is known color: Laurel. HEX triplet: 65, 91 and 6A. RGB value is (101,145,106). Sum of RGB (Red+Green+Blue) = 101+145+106=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #65916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65916A is #9A6E95. Grayscale: #7F7F7F. Windows color (decimal): -10120854 or 6984037. OLE color: 6984037.
HSL color Cylindrical-coordinate representation of color #65916A: hue angle of 126.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65916A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 106 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.43 |
| HSL | 126.82º | 0.18% | 0.48% | - |
| HSV(B) | 126.82º | 0.3% | 0.57% | - |
| XYZ | 18.09 | 24.06 | 17.33 | - |
| YUV | 127.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 106 | 0.30 | 0 | 0.27 | 0.43 | 126.82 | 0.18 | 0.48 |
| Hex | 65 | 91 | 6A | 1E | 0 | 1B | 2B | 7F | 12 | 30 |
| Octal | 145 | 221 | 152 | 36 | 0 | 33 | 53 | 177 | 22 | 60 |
| Binary | 1100101 | 10010001 | 1101010 | 11110 | 0 | 11011 | 101011 | 1111111 | 10010 | 110000 |
Color Harmonies of #65916A
Complementary color
Monochromatic Colors of #65916A
Black with #65916A
Text Example
Text Example
White with #65916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65916A; }
p { color: rgb(101,145,106); }
H1.HeaderClassName
{
color: #65916A;
}
.AnyTagClassName
{
color: #65916A;
}
</style>
background-color css
<style>
a { background-color: #65916A; }
a { background-color: rgb(101,145,106); }
div.DivClassName
{
background-color: #65916A;
}
.BgClassName
{
background-color: #65916A;
}
</style>
border-color css
<style>
span { border-color: #65916A; }
span { border-color: rgb(101,145,106); }
td.TdClassName
{
border-color: #65916A;
}
.TagClassName
{
border-color: #65916A;
}
</style>