Shades of Olive #678703
Tints of Olive #678703
RGB
CMYK
RGB Variations
Color information
#678703 (or 0x678703) is known color: Olive. HEX triplet: 67, 87 and 03. RGB value is (103,135,3). Sum of RGB (Red+Green+Blue) = 103+135+3=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #678703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678703 is #9878FC. Grayscale: #6E6E6E. Windows color (decimal): -9992445 or 231271. OLE color: 231271.
HSL color Cylindrical-coordinate representation of color #678703: hue angle of 74.55º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #678703 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 135 | 3 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.47 |
| HSL | 74.55º | 0.96% | 0.27% | - |
| HSV(B) | 74.55º | 0.98% | 0.53% | - |
| XYZ | 14.27 | 20.22 | 3.24 | - |
| YUV | 110.38 | 67.4 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 135 | 3 | 0.24 | 0 | 0.98 | 0.47 | 74.55 | 0.96 | 0.27 |
| Hex | 67 | 87 | 3 | 18 | 0 | 62 | 2F | 4B | 60 | 1B |
| Octal | 147 | 207 | 3 | 30 | 0 | 142 | 57 | 113 | 140 | 33 |
| Binary | 1100111 | 10000111 | 11 | 11000 | 0 | 1100010 | 101111 | 1001011 | 1100000 | 11011 |
Color Harmonies of #678703
Complementary color
Monochromatic Colors of #678703
Black with #678703
Text Example
Text Example
White with #678703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678703; }
p { color: rgb(103,135,3); }
H1.HeaderClassName
{
color: #678703;
}
.AnyTagClassName
{
color: #678703;
}
</style>
background-color css
<style>
a { background-color: #678703; }
a { background-color: rgb(103,135,3); }
div.DivClassName
{
background-color: #678703;
}
.BgClassName
{
background-color: #678703;
}
</style>
border-color css
<style>
span { border-color: #678703; }
span { border-color: rgb(103,135,3); }
td.TdClassName
{
border-color: #678703;
}
.TagClassName
{
border-color: #678703;
}
</style>