Shades of Laurel #65926A
Tints of Laurel #65926A
RGB
CMYK
RGB Variations
Color information
#65926A (or 0x65926A) is known color: Laurel. HEX triplet: 65, 92 and 6A. RGB value is (101,146,106). Sum of RGB (Red+Green+Blue) = 101+146+106=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #65926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65926A is #9A6D95. Grayscale: #808080. Windows color (decimal): -10120598 or 6984293. OLE color: 6984293.
HSL color Cylindrical-coordinate representation of color #65926A: hue angle of 126.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65926A is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 106 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.43 |
| HSL | 126.67º | 0.18% | 0.48% | - |
| HSV(B) | 126.67º | 0.31% | 0.57% | - |
| XYZ | 18.25 | 24.37 | 17.38 | - |
| YUV | 127.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 106 | 0.31 | 0 | 0.27 | 0.43 | 126.67 | 0.18 | 0.48 |
| Hex | 65 | 92 | 6A | 1F | 0 | 1B | 2B | 7F | 12 | 30 |
| Octal | 145 | 222 | 152 | 37 | 0 | 33 | 53 | 177 | 22 | 60 |
| Binary | 1100101 | 10010010 | 1101010 | 11111 | 0 | 11011 | 101011 | 1111111 | 10010 | 110000 |
Color Harmonies of #65926A
Complementary color
Monochromatic Colors of #65926A
Black with #65926A
Text Example
Text Example
White with #65926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65926A; }
p { color: rgb(101,146,106); }
H1.HeaderClassName
{
color: #65926A;
}
.AnyTagClassName
{
color: #65926A;
}
</style>
background-color css
<style>
a { background-color: #65926A; }
a { background-color: rgb(101,146,106); }
div.DivClassName
{
background-color: #65926A;
}
.BgClassName
{
background-color: #65926A;
}
</style>
border-color css
<style>
span { border-color: #65926A; }
span { border-color: rgb(101,146,106); }
td.TdClassName
{
border-color: #65926A;
}
.TagClassName
{
border-color: #65926A;
}
</style>