Shades of Woodland #62674C
Tints of Woodland #62674C
RGB
CMYK
RGB Variations
Color information
#62674C (or 0x62674C) is known color: Woodland. HEX triplet: 62, 67 and 4C. RGB value is (98,103,76). Sum of RGB (Red+Green+Blue) = 98+103+76=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 103 (40.62% from 255 or 37.18% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 103 - color contains mainly: green. Hex color #62674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62674C is #9D98B3. Grayscale: #626262. Windows color (decimal): -10328244 or 5007202. OLE color: 5007202.
HSL color Cylindrical-coordinate representation of color #62674C: hue angle of 71.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62674C is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 76 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.60 |
| HSL | 71.11º | 0.15% | 0.35% | - |
| HSV(B) | 71.11º | 0.26% | 0.4% | - |
| XYZ | 11.19 | 12.82 | 8.72 | - |
| YUV | 98.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 76 | 0.05 | 0 | 0.26 | 0.60 | 71.11 | 0.15 | 0.35 |
| Hex | 62 | 67 | 4C | 5 | 0 | 1A | 3C | 47 | F | 23 |
| Octal | 142 | 147 | 114 | 5 | 0 | 32 | 74 | 107 | 17 | 43 |
| Binary | 1100010 | 1100111 | 1001100 | 101 | 0 | 11010 | 111100 | 1000111 | 1111 | 100011 |
Color Harmonies of #62674C
Complementary color
Monochromatic Colors of #62674C
Black with #62674C
Text Example
Text Example
White with #62674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62674C; }
p { color: rgb(98,103,76); }
H1.HeaderClassName
{
color: #62674C;
}
.AnyTagClassName
{
color: #62674C;
}
</style>
background-color css
<style>
a { background-color: #62674C; }
a { background-color: rgb(98,103,76); }
div.DivClassName
{
background-color: #62674C;
}
.BgClassName
{
background-color: #62674C;
}
</style>
border-color css
<style>
span { border-color: #62674C; }
span { border-color: rgb(98,103,76); }
td.TdClassName
{
border-color: #62674C;
}
.TagClassName
{
border-color: #62674C;
}
</style>