Shades of Laurel #677B69
Tints of Laurel #677B69
RGB
CMYK
RGB Variations
Color information
#677B69 (or 0x677B69) is known color: Laurel. HEX triplet: 67, 7B and 69. RGB value is (103,123,105). Sum of RGB (Red+Green+Blue) = 103+123+105=331 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.12% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 123 - color contains mainly: green. Hex color #677B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677B69 is #988496. Grayscale: #737373. Windows color (decimal): -9995415 or 6912871. OLE color: 6912871.
HSL color Cylindrical-coordinate representation of color #677B69: hue angle of 126º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #677B69 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 123 | 105 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.52 |
| HSL | 126º | 0.09% | 0.44% | - |
| HSV(B) | 126º | 0.16% | 0.48% | - |
| XYZ | 15.23 | 18.07 | 16.05 | - |
| YUV | 114.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 123 | 105 | 0.16 | 0 | 0.15 | 0.52 | 126 | 0.09 | 0.44 |
| Hex | 67 | 7B | 69 | 10 | 0 | F | 34 | 7E | 9 | 2C |
| Octal | 147 | 173 | 151 | 20 | 0 | 17 | 64 | 176 | 11 | 54 |
| Binary | 1100111 | 1111011 | 1101001 | 10000 | 0 | 1111 | 110100 | 1111110 | 1001 | 101100 |
Color Harmonies of #677B69
Complementary color
Monochromatic Colors of #677B69
Black with #677B69
Text Example
Text Example
White with #677B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677B69; }
p { color: rgb(103,123,105); }
H1.HeaderClassName
{
color: #677B69;
}
.AnyTagClassName
{
color: #677B69;
}
</style>
background-color css
<style>
a { background-color: #677B69; }
a { background-color: rgb(103,123,105); }
div.DivClassName
{
background-color: #677B69;
}
.BgClassName
{
background-color: #677B69;
}
</style>
border-color css
<style>
span { border-color: #677B69; }
span { border-color: rgb(103,123,105); }
td.TdClassName
{
border-color: #677B69;
}
.TagClassName
{
border-color: #677B69;
}
</style>