Shades of Dark Olive Green #627A30
Tints of Dark Olive Green #627A30
RGB
CMYK
RGB Variations
Color information
#627A30 (or 0x627A30) is known color: Dark Olive Green. HEX triplet: 62, 7A and 30. RGB value is (98,122,48). Sum of RGB (Red+Green+Blue) = 98+122+48=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #627A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627A30 is #9D85CF. Grayscale: #6A6A6A. Windows color (decimal): -10323408 or 3177058. OLE color: 3177058.
HSL color Cylindrical-coordinate representation of color #627A30: hue angle of 79.46º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #627A30 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 48 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.52 |
| HSL | 79.46º | 0.44% | 0.33% | - |
| HSV(B) | 79.46º | 0.61% | 0.48% | - |
| XYZ | 12.53 | 16.73 | 5.36 | - |
| YUV | 106.39 | 95.05 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 48 | 0.20 | 0 | 0.61 | 0.52 | 79.46 | 0.44 | 0.33 |
| Hex | 62 | 7A | 30 | 14 | 0 | 3D | 34 | 4F | 2C | 21 |
| Octal | 142 | 172 | 60 | 24 | 0 | 75 | 64 | 117 | 54 | 41 |
| Binary | 1100010 | 1111010 | 110000 | 10100 | 0 | 111101 | 110100 | 1001111 | 101100 | 100001 |
Color Harmonies of #627A30
Complementary color
Monochromatic Colors of #627A30
Black with #627A30
Text Example
Text Example
White with #627A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A30; }
p { color: rgb(98,122,48); }
H1.HeaderClassName
{
color: #627A30;
}
.AnyTagClassName
{
color: #627A30;
}
</style>
background-color css
<style>
a { background-color: #627A30; }
a { background-color: rgb(98,122,48); }
div.DivClassName
{
background-color: #627A30;
}
.BgClassName
{
background-color: #627A30;
}
</style>
border-color css
<style>
span { border-color: #627A30; }
span { border-color: rgb(98,122,48); }
td.TdClassName
{
border-color: #627A30;
}
.TagClassName
{
border-color: #627A30;
}
</style>