Shades of Olive #676D02
Tints of Olive #676D02
RGB
CMYK
RGB Variations
Color information
#676D02 (or 0x676D02) is known color: Olive. HEX triplet: 67, 6D and 02. RGB value is (103,109,2). Sum of RGB (Red+Green+Blue) = 103+109+2=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #676D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #676D02 is #9892FD. Grayscale: #5F5F5F. Windows color (decimal): -9999102 or 159079. OLE color: 159079.
HSL color Cylindrical-coordinate representation of color #676D02: hue angle of 63.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #676D02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 109 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.57 |
| HSL | 63.36º | 0.96% | 0.22% | - |
| HSV(B) | 63.36º | 0.98% | 0.43% | - |
| XYZ | 11.07 | 13.83 | 2.14 | - |
| YUV | 95.01 | 75.51 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 2 | 0.06 | 0 | 0.98 | 0.57 | 63.36 | 0.96 | 0.22 |
| Hex | 67 | 6D | 2 | 6 | 0 | 62 | 39 | 3F | 60 | 16 |
| Octal | 147 | 155 | 2 | 6 | 0 | 142 | 71 | 77 | 140 | 26 |
| Binary | 1100111 | 1101101 | 10 | 110 | 0 | 1100010 | 111001 | 111111 | 1100000 | 10110 |
Color Harmonies of #676D02
Complementary color
Monochromatic Colors of #676D02
Black with #676D02
Text Example
Text Example
White with #676D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D02; }
p { color: rgb(103,109,2); }
H1.HeaderClassName
{
color: #676D02;
}
.AnyTagClassName
{
color: #676D02;
}
</style>
background-color css
<style>
a { background-color: #676D02; }
a { background-color: rgb(103,109,2); }
div.DivClassName
{
background-color: #676D02;
}
.BgClassName
{
background-color: #676D02;
}
</style>
border-color css
<style>
span { border-color: #676D02; }
span { border-color: rgb(103,109,2); }
td.TdClassName
{
border-color: #676D02;
}
.TagClassName
{
border-color: #676D02;
}
</style>