Shades of Olive Drab #678A02
Tints of Olive Drab #678A02
RGB
CMYK
RGB Variations
Color information
#678A02 (or 0x678A02) is known color: Olive Drab. HEX triplet: 67, 8A and 02. RGB value is (103,138,2). Sum of RGB (Red+Green+Blue) = 103+138+2=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #678A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678A02 is #9875FD. Grayscale: #707070. Windows color (decimal): -9991678 or 166503. OLE color: 166503.
HSL color Cylindrical-coordinate representation of color #678A02: hue angle of 75.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #678A02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.46 |
| HSL | 75.44º | 0.97% | 0.27% | - |
| HSV(B) | 75.44º | 0.99% | 0.54% | - |
| XYZ | 14.69 | 21.06 | 3.35 | - |
| YUV | 112.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 2 | 0.25 | 0 | 0.99 | 0.46 | 75.44 | 0.97 | 0.27 |
| Hex | 67 | 8A | 2 | 19 | 0 | 63 | 2E | 4B | 61 | 1B |
| Octal | 147 | 212 | 2 | 31 | 0 | 143 | 56 | 113 | 141 | 33 |
| Binary | 1100111 | 10001010 | 10 | 11001 | 0 | 1100011 | 101110 | 1001011 | 1100001 | 11011 |
Color Harmonies of #678A02
Complementary color
Monochromatic Colors of #678A02
Black with #678A02
Text Example
Text Example
White with #678A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A02; }
p { color: rgb(103,138,2); }
H1.HeaderClassName
{
color: #678A02;
}
.AnyTagClassName
{
color: #678A02;
}
</style>
background-color css
<style>
a { background-color: #678A02; }
a { background-color: rgb(103,138,2); }
div.DivClassName
{
background-color: #678A02;
}
.BgClassName
{
background-color: #678A02;
}
</style>
border-color css
<style>
span { border-color: #678A02; }
span { border-color: rgb(103,138,2); }
td.TdClassName
{
border-color: #678A02;
}
.TagClassName
{
border-color: #678A02;
}
</style>