Shades of Dark Olive Green #627C30
Tints of Dark Olive Green #627C30
RGB
CMYK
RGB Variations
Color information
#627C30 (or 0x627C30) is known color: Dark Olive Green. HEX triplet: 62, 7C and 30. RGB value is (98,124,48). Sum of RGB (Red+Green+Blue) = 98+124+48=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 124 - color contains mainly: green. Hex color #627C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627C30 is #9D83CF. Grayscale: #6B6B6B. Windows color (decimal): -10322896 or 3177570. OLE color: 3177570.
HSL color Cylindrical-coordinate representation of color #627C30: hue angle of 80.53º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #627C30 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 124 | 48 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.51 |
| HSL | 80.53º | 0.44% | 0.34% | - |
| HSV(B) | 80.53º | 0.61% | 0.49% | - |
| XYZ | 12.78 | 17.23 | 5.45 | - |
| YUV | 107.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 48 | 0.21 | 0 | 0.61 | 0.51 | 80.53 | 0.44 | 0.34 |
| Hex | 62 | 7C | 30 | 15 | 0 | 3D | 33 | 51 | 2C | 22 |
| Octal | 142 | 174 | 60 | 25 | 0 | 75 | 63 | 121 | 54 | 42 |
| Binary | 1100010 | 1111100 | 110000 | 10101 | 0 | 111101 | 110011 | 1010001 | 101100 | 100010 |
Color Harmonies of #627C30
Complementary color
Monochromatic Colors of #627C30
Black with #627C30
Text Example
Text Example
White with #627C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627C30; }
p { color: rgb(98,124,48); }
H1.HeaderClassName
{
color: #627C30;
}
.AnyTagClassName
{
color: #627C30;
}
</style>
background-color css
<style>
a { background-color: #627C30; }
a { background-color: rgb(98,124,48); }
div.DivClassName
{
background-color: #627C30;
}
.BgClassName
{
background-color: #627C30;
}
</style>
border-color css
<style>
span { border-color: #627C30; }
span { border-color: rgb(98,124,48); }
td.TdClassName
{
border-color: #627C30;
}
.TagClassName
{
border-color: #627C30;
}
</style>