Shades of Dark Olive Green #627535
Tints of Dark Olive Green #627535
RGB
CMYK
RGB Variations
Color information
#627535 (or 0x627535) is known color: Dark Olive Green. HEX triplet: 62, 75 and 35. RGB value is (98,117,53). Sum of RGB (Red+Green+Blue) = 98+117+53=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #627535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627535 is #9D8ACA. Grayscale: #686868. Windows color (decimal): -10324683 or 3503458. OLE color: 3503458.
HSL color Cylindrical-coordinate representation of color #627535: hue angle of 77.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #627535 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 117 | 53 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.54 |
| HSL | 77.81º | 0.38% | 0.33% | - |
| HSV(B) | 77.81º | 0.55% | 0.46% | - |
| XYZ | 12.04 | 15.58 | 5.74 | - |
| YUV | 104.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 53 | 0.16 | 0 | 0.55 | 0.54 | 77.81 | 0.38 | 0.33 |
| Hex | 62 | 75 | 35 | 10 | 0 | 37 | 36 | 4E | 26 | 21 |
| Octal | 142 | 165 | 65 | 20 | 0 | 67 | 66 | 116 | 46 | 41 |
| Binary | 1100010 | 1110101 | 110101 | 10000 | 0 | 110111 | 110110 | 1001110 | 100110 | 100001 |
Color Harmonies of #627535
Complementary color
Monochromatic Colors of #627535
Black with #627535
Text Example
Text Example
White with #627535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627535; }
p { color: rgb(98,117,53); }
H1.HeaderClassName
{
color: #627535;
}
.AnyTagClassName
{
color: #627535;
}
</style>
background-color css
<style>
a { background-color: #627535; }
a { background-color: rgb(98,117,53); }
div.DivClassName
{
background-color: #627535;
}
.BgClassName
{
background-color: #627535;
}
</style>
border-color css
<style>
span { border-color: #627535; }
span { border-color: rgb(98,117,53); }
td.TdClassName
{
border-color: #627535;
}
.TagClassName
{
border-color: #627535;
}
</style>