Shades of Olive #628102
Tints of Olive #628102
RGB
CMYK
RGB Variations
Color information
#628102 (or 0x628102) is known color: Olive. HEX triplet: 62, 81 and 02. RGB value is (98,129,2). Sum of RGB (Red+Green+Blue) = 98+129+2=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 129 (50.78% from 255 or 56.33% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 129 - color contains mainly: green. Hex color #628102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628102 is #9D7EFD. Grayscale: #696969. Windows color (decimal): -10321662 or 164194. OLE color: 164194.
HSL color Cylindrical-coordinate representation of color #628102: hue angle of 74.65º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #628102 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 2 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.49 |
| HSL | 74.65º | 0.97% | 0.26% | - |
| HSV(B) | 74.65º | 0.98% | 0.51% | - |
| XYZ | 12.9 | 18.3 | 2.91 | - |
| YUV | 105.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 2 | 0.24 | 0 | 0.98 | 0.49 | 74.65 | 0.97 | 0.26 |
| Hex | 62 | 81 | 2 | 18 | 0 | 62 | 31 | 4B | 61 | 1A |
| Octal | 142 | 201 | 2 | 30 | 0 | 142 | 61 | 113 | 141 | 32 |
| Binary | 1100010 | 10000001 | 10 | 11000 | 0 | 1100010 | 110001 | 1001011 | 1100001 | 11010 |
Color Harmonies of #628102
Complementary color
Monochromatic Colors of #628102
Black with #628102
Text Example
Text Example
White with #628102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628102; }
p { color: rgb(98,129,2); }
H1.HeaderClassName
{
color: #628102;
}
.AnyTagClassName
{
color: #628102;
}
</style>
background-color css
<style>
a { background-color: #628102; }
a { background-color: rgb(98,129,2); }
div.DivClassName
{
background-color: #628102;
}
.BgClassName
{
background-color: #628102;
}
</style>
border-color css
<style>
span { border-color: #628102; }
span { border-color: rgb(98,129,2); }
td.TdClassName
{
border-color: #628102;
}
.TagClassName
{
border-color: #628102;
}
</style>