Shades of Laurel #65926B
Tints of Laurel #65926B
RGB
CMYK
RGB Variations
Color information
#65926B (or 0x65926B) is known color: Laurel. HEX triplet: 65, 92 and 6B. RGB value is (101,146,107). Sum of RGB (Red+Green+Blue) = 101+146+107=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #65926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65926B is #9A6D94. Grayscale: #808080. Windows color (decimal): -10120597 or 7049829. OLE color: 7049829.
HSL color Cylindrical-coordinate representation of color #65926B: hue angle of 128º 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 #65926B is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 107 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.43 |
| HSL | 128º | 0.18% | 0.48% | - |
| HSV(B) | 128º | 0.31% | 0.57% | - |
| XYZ | 18.3 | 24.39 | 17.65 | - |
| YUV | 128.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 107 | 0.31 | 0 | 0.27 | 0.43 | 128 | 0.18 | 0.48 |
| Hex | 65 | 92 | 6B | 1F | 0 | 1B | 2B | 80 | 12 | 30 |
| Octal | 145 | 222 | 153 | 37 | 0 | 33 | 53 | 200 | 22 | 60 |
| Binary | 1100101 | 10010010 | 1101011 | 11111 | 0 | 11011 | 101011 | 10000000 | 10010 | 110000 |
Color Harmonies of #65926B
Complementary color
Monochromatic Colors of #65926B
Black with #65926B
Text Example
Text Example
White with #65926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65926B; }
p { color: rgb(101,146,107); }
H1.HeaderClassName
{
color: #65926B;
}
.AnyTagClassName
{
color: #65926B;
}
</style>
background-color css
<style>
a { background-color: #65926B; }
a { background-color: rgb(101,146,107); }
div.DivClassName
{
background-color: #65926B;
}
.BgClassName
{
background-color: #65926B;
}
</style>
border-color css
<style>
span { border-color: #65926B; }
span { border-color: rgb(101,146,107); }
td.TdClassName
{
border-color: #65926B;
}
.TagClassName
{
border-color: #65926B;
}
</style>