Shades of Olive Drab #67950C
Tints of Olive Drab #67950C
RGB
CMYK
RGB Variations
Color information
#67950C (or 0x67950C) is known color: Olive Drab. HEX triplet: 67, 95 and 0C. RGB value is (103,149,12). Sum of RGB (Red+Green+Blue) = 103+149+12=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 149 (58.59% from 255 or 56.44% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 149 - color contains mainly: green. Hex color #67950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #67950C is #986AF3. Grayscale: #787878. Windows color (decimal): -9988852 or 824679. OLE color: 824679.
HSL color Cylindrical-coordinate representation of color #67950C: hue angle of 80.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67950C is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 103 | 149 | 12 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.42 |
| HSL | 80.15º | 0.85% | 0.32% | - |
| HSV(B) | 80.15º | 0.92% | 0.58% | - |
| XYZ | 16.41 | 24.41 | 4.19 | - |
| YUV | 119.63 | 67.26 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 12 | 0.31 | 0 | 0.92 | 0.42 | 80.15 | 0.85 | 0.32 |
| Hex | 67 | 95 | C | 1F | 0 | 5C | 2A | 50 | 55 | 20 |
| Octal | 147 | 225 | 14 | 37 | 0 | 134 | 52 | 120 | 125 | 40 |
| Binary | 1100111 | 10010101 | 1100 | 11111 | 0 | 1011100 | 101010 | 1010000 | 1010101 | 100000 |
Color Harmonies of #67950C
Complementary color
Monochromatic Colors of #67950C
Black with #67950C
Text Example
Text Example
White with #67950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67950C; }
p { color: rgb(103,149,12); }
H1.HeaderClassName
{
color: #67950C;
}
.AnyTagClassName
{
color: #67950C;
}
</style>
background-color css
<style>
a { background-color: #67950C; }
a { background-color: rgb(103,149,12); }
div.DivClassName
{
background-color: #67950C;
}
.BgClassName
{
background-color: #67950C;
}
</style>
border-color css
<style>
span { border-color: #67950C; }
span { border-color: rgb(103,149,12); }
td.TdClassName
{
border-color: #67950C;
}
.TagClassName
{
border-color: #67950C;
}
</style>