Shades of Woodland #62674F
Tints of Woodland #62674F
RGB
CMYK
RGB Variations
Color information
#62674F (or 0x62674F) is known color: Woodland. HEX triplet: 62, 67 and 4F. RGB value is (98,103,79). Sum of RGB (Red+Green+Blue) = 98+103+79=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 103 - color contains mainly: green. Hex color #62674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62674F is #9D98B0. Grayscale: #626262. Windows color (decimal): -10328241 or 5203810. OLE color: 5203810.
HSL color Cylindrical-coordinate representation of color #62674F: hue angle of 72.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62674F is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 79 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.60 |
| HSL | 72.5º | 0.13% | 0.36% | - |
| HSV(B) | 72.5º | 0.23% | 0.4% | - |
| XYZ | 11.3 | 12.86 | 9.28 | - |
| YUV | 98.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 79 | 0.05 | 0 | 0.23 | 0.60 | 72.5 | 0.13 | 0.36 |
| Hex | 62 | 67 | 4F | 5 | 0 | 17 | 3C | 48 | D | 24 |
| Octal | 142 | 147 | 117 | 5 | 0 | 27 | 74 | 110 | 15 | 44 |
| Binary | 1100010 | 1100111 | 1001111 | 101 | 0 | 10111 | 111100 | 1001000 | 1101 | 100100 |
Color Harmonies of #62674F
Complementary color
Monochromatic Colors of #62674F
Black with #62674F
Text Example
Text Example
White with #62674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62674F; }
p { color: rgb(98,103,79); }
H1.HeaderClassName
{
color: #62674F;
}
.AnyTagClassName
{
color: #62674F;
}
</style>
background-color css
<style>
a { background-color: #62674F; }
a { background-color: rgb(98,103,79); }
div.DivClassName
{
background-color: #62674F;
}
.BgClassName
{
background-color: #62674F;
}
</style>
border-color css
<style>
span { border-color: #62674F; }
span { border-color: rgb(98,103,79); }
td.TdClassName
{
border-color: #62674F;
}
.TagClassName
{
border-color: #62674F;
}
</style>