Shades of Olive Drab #679300
Tints of Olive Drab #679300
RGB
CMYK
RGB Variations
Color information
#679300 (or 0x679300) is known color: Olive Drab. HEX triplet: 67, 93 and 00. RGB value is (103,147,0). Sum of RGB (Red+Green+Blue) = 103+147+0=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #679300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679300 is #986CFF. Grayscale: #757575. Windows color (decimal): -9989376 or 37735. OLE color: 37735.
HSL color Cylindrical-coordinate representation of color #679300: hue angle of 77.96º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #679300 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 147 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.42 |
| HSL | 77.96º | 1% | 0.29% | - |
| HSV(B) | 77.96º | 1% | 0.58% | - |
| XYZ | 16.03 | 23.75 | 3.74 | - |
| YUV | 117.09 | 61.92 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 147 | 0 | 0.30 | 0 | 1 | 0.42 | 77.96 | 1 | 0.29 |
| Hex | 67 | 93 | 0 | 1E | 0 | 64 | 2A | 4E | 64 | 1D |
| Octal | 147 | 223 | 0 | 36 | 0 | 144 | 52 | 116 | 144 | 35 |
| Binary | 1100111 | 10010011 | 0 | 11110 | 0 | 1100100 | 101010 | 1001110 | 1100100 | 11101 |
Color Harmonies of #679300
Complementary color
Monochromatic Colors of #679300
Black with #679300
Text Example
Text Example
White with #679300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679300; }
p { color: rgb(103,147,0); }
H1.HeaderClassName
{
color: #679300;
}
.AnyTagClassName
{
color: #679300;
}
</style>
background-color css
<style>
a { background-color: #679300; }
a { background-color: rgb(103,147,0); }
div.DivClassName
{
background-color: #679300;
}
.BgClassName
{
background-color: #679300;
}
</style>
border-color css
<style>
span { border-color: #679300; }
span { border-color: rgb(103,147,0); }
td.TdClassName
{
border-color: #679300;
}
.TagClassName
{
border-color: #679300;
}
</style>