Shades of Olive #678902
Tints of Olive #678902
RGB
CMYK
RGB Variations
Color information
#678902 (or 0x678902) is known color: Olive. HEX triplet: 67, 89 and 02. RGB value is (103,137,2). Sum of RGB (Red+Green+Blue) = 103+137+2=242 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.56% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #678902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678902 is #9876FD. Grayscale: #6F6F6F. Windows color (decimal): -9991934 or 166247. OLE color: 166247.
HSL color Cylindrical-coordinate representation of color #678902: hue angle of 75.11º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #678902 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 137 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.46 |
| HSL | 75.11º | 0.97% | 0.27% | - |
| HSV(B) | 75.11º | 0.99% | 0.54% | - |
| XYZ | 14.55 | 20.78 | 3.3 | - |
| YUV | 111.44 | 66.24 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 2 | 0.25 | 0 | 0.99 | 0.46 | 75.11 | 0.97 | 0.27 |
| Hex | 67 | 89 | 2 | 19 | 0 | 63 | 2E | 4B | 61 | 1B |
| Octal | 147 | 211 | 2 | 31 | 0 | 143 | 56 | 113 | 141 | 33 |
| Binary | 1100111 | 10001001 | 10 | 11001 | 0 | 1100011 | 101110 | 1001011 | 1100001 | 11011 |
Color Harmonies of #678902
Complementary color
Monochromatic Colors of #678902
Black with #678902
Text Example
Text Example
White with #678902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678902; }
p { color: rgb(103,137,2); }
H1.HeaderClassName
{
color: #678902;
}
.AnyTagClassName
{
color: #678902;
}
</style>
background-color css
<style>
a { background-color: #678902; }
a { background-color: rgb(103,137,2); }
div.DivClassName
{
background-color: #678902;
}
.BgClassName
{
background-color: #678902;
}
</style>
border-color css
<style>
span { border-color: #678902; }
span { border-color: rgb(103,137,2); }
td.TdClassName
{
border-color: #678902;
}
.TagClassName
{
border-color: #678902;
}
</style>