Shades of Olive #677C01
Tints of Olive #677C01
RGB
CMYK
RGB Variations
Color information
#677C01 (or 0x677C01) is known color: Olive. HEX triplet: 67, 7C and 01. RGB value is (103,124,1). Sum of RGB (Red+Green+Blue) = 103+124+1=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 124 (48.83% from 255 or 54.39% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 124 - color contains mainly: green. Hex color #677C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #677C01 is #9883FE. Grayscale: #686868. Windows color (decimal): -9995263 or 97383. OLE color: 97383.
HSL color Cylindrical-coordinate representation of color #677C01: hue angle of 70.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #677C01 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 103 | 124 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.51 |
| HSL | 70.24º | 0.98% | 0.25% | - |
| HSV(B) | 70.24º | 0.99% | 0.49% | - |
| XYZ | 12.81 | 17.3 | 2.69 | - |
| YUV | 103.7 | 70.04 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 124 | 1 | 0.17 | 0 | 0.99 | 0.51 | 70.24 | 0.98 | 0.25 |
| Hex | 67 | 7C | 1 | 11 | 0 | 63 | 33 | 46 | 62 | 19 |
| Octal | 147 | 174 | 1 | 21 | 0 | 143 | 63 | 106 | 142 | 31 |
| Binary | 1100111 | 1111100 | 1 | 10001 | 0 | 1100011 | 110011 | 1000110 | 1100010 | 11001 |
Color Harmonies of #677C01
Complementary color
Monochromatic Colors of #677C01
Black with #677C01
Text Example
Text Example
White with #677C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677C01; }
p { color: rgb(103,124,1); }
H1.HeaderClassName
{
color: #677C01;
}
.AnyTagClassName
{
color: #677C01;
}
</style>
background-color css
<style>
a { background-color: #677C01; }
a { background-color: rgb(103,124,1); }
div.DivClassName
{
background-color: #677C01;
}
.BgClassName
{
background-color: #677C01;
}
</style>
border-color css
<style>
span { border-color: #677C01; }
span { border-color: rgb(103,124,1); }
td.TdClassName
{
border-color: #677C01;
}
.TagClassName
{
border-color: #677C01;
}
</style>