Shades of Olive #678306
Tints of Olive #678306
RGB
CMYK
RGB Variations
Color information
#678306 (or 0x678306) is known color: Olive. HEX triplet: 67, 83 and 06. RGB value is (103,131,6). Sum of RGB (Red+Green+Blue) = 103+131+6=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #678306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678306 is #987CF9. Grayscale: #6C6C6C. Windows color (decimal): -9993466 or 426855. OLE color: 426855.
HSL color Cylindrical-coordinate representation of color #678306: hue angle of 73.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #678306 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 131 | 6 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.49 |
| HSL | 73.44º | 0.91% | 0.27% | - |
| HSV(B) | 73.44º | 0.95% | 0.51% | - |
| XYZ | 13.74 | 19.13 | 3.14 | - |
| YUV | 108.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 131 | 6 | 0.21 | 0 | 0.95 | 0.49 | 73.44 | 0.91 | 0.27 |
| Hex | 67 | 83 | 6 | 15 | 0 | 5F | 31 | 49 | 5B | 1B |
| Octal | 147 | 203 | 6 | 25 | 0 | 137 | 61 | 111 | 133 | 33 |
| Binary | 1100111 | 10000011 | 110 | 10101 | 0 | 1011111 | 110001 | 1001001 | 1011011 | 11011 |
Color Harmonies of #678306
Complementary color
Monochromatic Colors of #678306
Black with #678306
Text Example
Text Example
White with #678306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678306; }
p { color: rgb(103,131,6); }
H1.HeaderClassName
{
color: #678306;
}
.AnyTagClassName
{
color: #678306;
}
</style>
background-color css
<style>
a { background-color: #678306; }
a { background-color: rgb(103,131,6); }
div.DivClassName
{
background-color: #678306;
}
.BgClassName
{
background-color: #678306;
}
</style>
border-color css
<style>
span { border-color: #678306; }
span { border-color: rgb(103,131,6); }
td.TdClassName
{
border-color: #678306;
}
.TagClassName
{
border-color: #678306;
}
</style>