Shades of Olive #627E02
Tints of Olive #627E02
RGB
CMYK
RGB Variations
Color information
#627E02 (or 0x627E02) is known color: Olive. HEX triplet: 62, 7E and 02. RGB value is (98,126,2). Sum of RGB (Red+Green+Blue) = 98+126+2=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 126 (49.61% from 255 or 55.75% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 126 - color contains mainly: green. Hex color #627E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627E02 is #9D81FD. Grayscale: #676767. Windows color (decimal): -10322430 or 163426. OLE color: 163426.
HSL color Cylindrical-coordinate representation of color #627E02: hue angle of 73.55º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #627E02 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 2 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.51 |
| HSL | 73.55º | 0.97% | 0.25% | - |
| HSV(B) | 73.55º | 0.98% | 0.49% | - |
| XYZ | 12.51 | 17.52 | 2.78 | - |
| YUV | 103.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 2 | 0.22 | 0 | 0.98 | 0.51 | 73.55 | 0.97 | 0.25 |
| Hex | 62 | 7E | 2 | 16 | 0 | 62 | 33 | 4A | 61 | 19 |
| Octal | 142 | 176 | 2 | 26 | 0 | 142 | 63 | 112 | 141 | 31 |
| Binary | 1100010 | 1111110 | 10 | 10110 | 0 | 1100010 | 110011 | 1001010 | 1100001 | 11001 |
Color Harmonies of #627E02
Complementary color
Monochromatic Colors of #627E02
Black with #627E02
Text Example
Text Example
White with #627E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E02; }
p { color: rgb(98,126,2); }
H1.HeaderClassName
{
color: #627E02;
}
.AnyTagClassName
{
color: #627E02;
}
</style>
background-color css
<style>
a { background-color: #627E02; }
a { background-color: rgb(98,126,2); }
div.DivClassName
{
background-color: #627E02;
}
.BgClassName
{
background-color: #627E02;
}
</style>
border-color css
<style>
span { border-color: #627E02; }
span { border-color: rgb(98,126,2); }
td.TdClassName
{
border-color: #627E02;
}
.TagClassName
{
border-color: #627E02;
}
</style>