Shades of Olive #678202
Tints of Olive #678202
RGB
CMYK
RGB Variations
Color information
#678202 (or 0x678202) is known color: Olive. HEX triplet: 67, 82 and 02. RGB value is (103,130,2). Sum of RGB (Red+Green+Blue) = 103+130+2=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #678202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678202 is #987DFD. Grayscale: #6B6B6B. Windows color (decimal): -9993726 or 164455. OLE color: 164455.
HSL color Cylindrical-coordinate representation of color #678202: hue angle of 72.66º 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 #678202 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 130 | 2 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.49 |
| HSL | 72.66º | 0.97% | 0.26% | - |
| HSV(B) | 72.66º | 0.98% | 0.51% | - |
| XYZ | 13.59 | 18.85 | 2.98 | - |
| YUV | 107.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 130 | 2 | 0.21 | 0 | 0.98 | 0.49 | 72.66 | 0.97 | 0.26 |
| Hex | 67 | 82 | 2 | 15 | 0 | 62 | 31 | 49 | 61 | 1A |
| Octal | 147 | 202 | 2 | 25 | 0 | 142 | 61 | 111 | 141 | 32 |
| Binary | 1100111 | 10000010 | 10 | 10101 | 0 | 1100010 | 110001 | 1001001 | 1100001 | 11010 |
Color Harmonies of #678202
Complementary color
Monochromatic Colors of #678202
Black with #678202
Text Example
Text Example
White with #678202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678202; }
p { color: rgb(103,130,2); }
H1.HeaderClassName
{
color: #678202;
}
.AnyTagClassName
{
color: #678202;
}
</style>
background-color css
<style>
a { background-color: #678202; }
a { background-color: rgb(103,130,2); }
div.DivClassName
{
background-color: #678202;
}
.BgClassName
{
background-color: #678202;
}
</style>
border-color css
<style>
span { border-color: #678202; }
span { border-color: rgb(103,130,2); }
td.TdClassName
{
border-color: #678202;
}
.TagClassName
{
border-color: #678202;
}
</style>