Shades of Laurel #66926B
Tints of Laurel #66926B
RGB
CMYK
RGB Variations
Color information
#66926B (or 0x66926B) is known color: Laurel. HEX triplet: 66, 92 and 6B. RGB value is (102,146,107). Sum of RGB (Red+Green+Blue) = 102+146+107=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 146 (57.42% from 255 or 41.13% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 146 - color contains mainly: green. Hex color #66926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66926B is #996D94. Grayscale: #808080. Windows color (decimal): -10055061 or 7049830. OLE color: 7049830.
HSL color Cylindrical-coordinate representation of color #66926B: hue angle of 126.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66926B is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 146 | 107 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.43 |
| HSL | 126.82º | 0.18% | 0.49% | - |
| HSV(B) | 126.82º | 0.3% | 0.57% | - |
| XYZ | 18.41 | 24.44 | 17.66 | - |
| YUV | 128.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 107 | 0.30 | 0 | 0.27 | 0.43 | 126.82 | 0.18 | 0.49 |
| Hex | 66 | 92 | 6B | 1E | 0 | 1B | 2B | 7F | 12 | 31 |
| Octal | 146 | 222 | 153 | 36 | 0 | 33 | 53 | 177 | 22 | 61 |
| Binary | 1100110 | 10010010 | 1101011 | 11110 | 0 | 11011 | 101011 | 1111111 | 10010 | 110001 |
Color Harmonies of #66926B
Complementary color
Monochromatic Colors of #66926B
Black with #66926B
Text Example
Text Example
White with #66926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66926B; }
p { color: rgb(102,146,107); }
H1.HeaderClassName
{
color: #66926B;
}
.AnyTagClassName
{
color: #66926B;
}
</style>
background-color css
<style>
a { background-color: #66926B; }
a { background-color: rgb(102,146,107); }
div.DivClassName
{
background-color: #66926B;
}
.BgClassName
{
background-color: #66926B;
}
</style>
border-color css
<style>
span { border-color: #66926B; }
span { border-color: rgb(102,146,107); }
td.TdClassName
{
border-color: #66926B;
}
.TagClassName
{
border-color: #66926B;
}
</style>