Shades of Olive #677E06
Tints of Olive #677E06
RGB
CMYK
RGB Variations
Color information
#677E06 (or 0x677E06) is known color: Olive. HEX triplet: 67, 7E and 06. RGB value is (103,126,6). Sum of RGB (Red+Green+Blue) = 103+126+6=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #677E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677E06 is #9881F9. Grayscale: #696969. Windows color (decimal): -9994746 or 425575. OLE color: 425575.
HSL color Cylindrical-coordinate representation of color #677E06: hue angle of 71.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #677E06 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 126 | 6 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.51 |
| HSL | 71.5º | 0.91% | 0.26% | - |
| HSV(B) | 71.5º | 0.95% | 0.49% | - |
| XYZ | 13.09 | 17.82 | 2.92 | - |
| YUV | 105.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 126 | 6 | 0.18 | 0 | 0.95 | 0.51 | 71.5 | 0.91 | 0.26 |
| Hex | 67 | 7E | 6 | 12 | 0 | 5F | 33 | 48 | 5B | 1A |
| Octal | 147 | 176 | 6 | 22 | 0 | 137 | 63 | 110 | 133 | 32 |
| Binary | 1100111 | 1111110 | 110 | 10010 | 0 | 1011111 | 110011 | 1001000 | 1011011 | 11010 |
Color Harmonies of #677E06
Complementary color
Monochromatic Colors of #677E06
Black with #677E06
Text Example
Text Example
White with #677E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677E06; }
p { color: rgb(103,126,6); }
H1.HeaderClassName
{
color: #677E06;
}
.AnyTagClassName
{
color: #677E06;
}
</style>
background-color css
<style>
a { background-color: #677E06; }
a { background-color: rgb(103,126,6); }
div.DivClassName
{
background-color: #677E06;
}
.BgClassName
{
background-color: #677E06;
}
</style>
border-color css
<style>
span { border-color: #677E06; }
span { border-color: rgb(103,126,6); }
td.TdClassName
{
border-color: #677E06;
}
.TagClassName
{
border-color: #677E06;
}
</style>