Shades of Olive Drab #667F1A
Tints of Olive Drab #667F1A
RGB
CMYK
RGB Variations
Color information
#667F1A (or 0x667F1A) is known color: Olive Drab. HEX triplet: 66, 7F and 1A. RGB value is (102,127,26). Sum of RGB (Red+Green+Blue) = 102+127+26=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 127 (50% from 255 or 49.80% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 127 - color contains mainly: green. Hex color #667F1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667F1A is #9980E5. Grayscale: #6C6C6C. Windows color (decimal): -10060006 or 1736550. OLE color: 1736550.
HSL color Cylindrical-coordinate representation of color #667F1A: hue angle of 74.85º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #667F1A is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 127 | 26 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.50 |
| HSL | 74.85º | 0.66% | 0.3% | - |
| HSV(B) | 74.85º | 0.8% | 0.5% | - |
| XYZ | 13.26 | 18.08 | 3.77 | - |
| YUV | 108.01 | 81.72 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 26 | 0.20 | 0 | 0.80 | 0.50 | 74.85 | 0.66 | 0.3 |
| Hex | 66 | 7F | 1A | 14 | 0 | 50 | 32 | 4B | 42 | 1E |
| Octal | 146 | 177 | 32 | 24 | 0 | 120 | 62 | 113 | 102 | 36 |
| Binary | 1100110 | 1111111 | 11010 | 10100 | 0 | 1010000 | 110010 | 1001011 | 1000010 | 11110 |
Color Harmonies of #667F1A
Complementary color
Monochromatic Colors of #667F1A
Black with #667F1A
Text Example
Text Example
White with #667F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F1A; }
p { color: rgb(102,127,26); }
H1.HeaderClassName
{
color: #667F1A;
}
.AnyTagClassName
{
color: #667F1A;
}
</style>
background-color css
<style>
a { background-color: #667F1A; }
a { background-color: rgb(102,127,26); }
div.DivClassName
{
background-color: #667F1A;
}
.BgClassName
{
background-color: #667F1A;
}
</style>
border-color css
<style>
span { border-color: #667F1A; }
span { border-color: rgb(102,127,26); }
td.TdClassName
{
border-color: #667F1A;
}
.TagClassName
{
border-color: #667F1A;
}
</style>