Shades of Olive Drab #677F34
Tints of Olive Drab #677F34
RGB
CMYK
RGB Variations
Color information
#677F34 (or 0x677F34) is known color: Olive Drab. HEX triplet: 67, 7F and 34. RGB value is (103,127,52). Sum of RGB (Red+Green+Blue) = 103+127+52=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #677F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677F34 is #9880CB. Grayscale: #6F6F6F. Windows color (decimal): -9994444 or 3440487. OLE color: 3440487.
HSL color Cylindrical-coordinate representation of color #677F34: hue angle of 79.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #677F34 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 127 | 52 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.50 |
| HSL | 79.2º | 0.42% | 0.35% | - |
| HSV(B) | 79.2º | 0.59% | 0.5% | - |
| XYZ | 13.8 | 18.31 | 6.06 | - |
| YUV | 111.27 | 94.55 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 127 | 52 | 0.19 | 0 | 0.59 | 0.50 | 79.2 | 0.42 | 0.35 |
| Hex | 67 | 7F | 34 | 13 | 0 | 3B | 32 | 4F | 2A | 23 |
| Octal | 147 | 177 | 64 | 23 | 0 | 73 | 62 | 117 | 52 | 43 |
| Binary | 1100111 | 1111111 | 110100 | 10011 | 0 | 111011 | 110010 | 1001111 | 101010 | 100011 |
Color Harmonies of #677F34
Complementary color
Monochromatic Colors of #677F34
Black with #677F34
Text Example
Text Example
White with #677F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677F34; }
p { color: rgb(103,127,52); }
H1.HeaderClassName
{
color: #677F34;
}
.AnyTagClassName
{
color: #677F34;
}
</style>
background-color css
<style>
a { background-color: #677F34; }
a { background-color: rgb(103,127,52); }
div.DivClassName
{
background-color: #677F34;
}
.BgClassName
{
background-color: #677F34;
}
</style>
border-color css
<style>
span { border-color: #677F34; }
span { border-color: rgb(103,127,52); }
td.TdClassName
{
border-color: #677F34;
}
.TagClassName
{
border-color: #677F34;
}
</style>