Shades of Olive #678102
Tints of Olive #678102
RGB
CMYK
RGB Variations
Color information
#678102 (or 0x678102) is known color: Olive. HEX triplet: 67, 81 and 02. RGB value is (103,129,2). Sum of RGB (Red+Green+Blue) = 103+129+2=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #678102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678102 is #987EFD. Grayscale: #6B6B6B. Windows color (decimal): -9993982 or 164199. OLE color: 164199.
HSL color Cylindrical-coordinate representation of color #678102: hue angle of 72.28º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #678102 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 129 | 2 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.49 |
| HSL | 72.28º | 0.97% | 0.26% | - |
| HSV(B) | 72.28º | 0.98% | 0.51% | - |
| XYZ | 13.45 | 18.59 | 2.94 | - |
| YUV | 106.75 | 68.89 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 2 | 0.20 | 0 | 0.98 | 0.49 | 72.28 | 0.97 | 0.26 |
| Hex | 67 | 81 | 2 | 14 | 0 | 62 | 31 | 48 | 61 | 1A |
| Octal | 147 | 201 | 2 | 24 | 0 | 142 | 61 | 110 | 141 | 32 |
| Binary | 1100111 | 10000001 | 10 | 10100 | 0 | 1100010 | 110001 | 1001000 | 1100001 | 11010 |
Color Harmonies of #678102
Complementary color
Monochromatic Colors of #678102
Black with #678102
Text Example
Text Example
White with #678102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678102; }
p { color: rgb(103,129,2); }
H1.HeaderClassName
{
color: #678102;
}
.AnyTagClassName
{
color: #678102;
}
</style>
background-color css
<style>
a { background-color: #678102; }
a { background-color: rgb(103,129,2); }
div.DivClassName
{
background-color: #678102;
}
.BgClassName
{
background-color: #678102;
}
</style>
border-color css
<style>
span { border-color: #678102; }
span { border-color: rgb(103,129,2); }
td.TdClassName
{
border-color: #678102;
}
.TagClassName
{
border-color: #678102;
}
</style>