Shades of Laurel #65926C
Tints of Laurel #65926C
RGB
CMYK
RGB Variations
Color information
#65926C (or 0x65926C) is known color: Laurel. HEX triplet: 65, 92 and 6C. RGB value is (101,146,108). Sum of RGB (Red+Green+Blue) = 101+146+108=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #65926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65926C is #9A6D93. Grayscale: #808080. Windows color (decimal): -10120596 or 7115365. OLE color: 7115365.
HSL color Cylindrical-coordinate representation of color #65926C: hue angle of 129.33º 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 #65926C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 108 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.43 |
| HSL | 129.33º | 0.18% | 0.48% | - |
| HSV(B) | 129.33º | 0.31% | 0.57% | - |
| XYZ | 18.35 | 24.41 | 17.93 | - |
| YUV | 128.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 108 | 0.31 | 0 | 0.26 | 0.43 | 129.33 | 0.18 | 0.48 |
| Hex | 65 | 92 | 6C | 1F | 0 | 1A | 2B | 81 | 12 | 30 |
| Octal | 145 | 222 | 154 | 37 | 0 | 32 | 53 | 201 | 22 | 60 |
| Binary | 1100101 | 10010010 | 1101100 | 11111 | 0 | 11010 | 101011 | 10000001 | 10010 | 110000 |
Color Harmonies of #65926C
Complementary color
Monochromatic Colors of #65926C
Black with #65926C
Text Example
Text Example
White with #65926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65926C; }
p { color: rgb(101,146,108); }
H1.HeaderClassName
{
color: #65926C;
}
.AnyTagClassName
{
color: #65926C;
}
</style>
background-color css
<style>
a { background-color: #65926C; }
a { background-color: rgb(101,146,108); }
div.DivClassName
{
background-color: #65926C;
}
.BgClassName
{
background-color: #65926C;
}
</style>
border-color css
<style>
span { border-color: #65926C; }
span { border-color: rgb(101,146,108); }
td.TdClassName
{
border-color: #65926C;
}
.TagClassName
{
border-color: #65926C;
}
</style>