Shades of Olive #686F02
Tints of Olive #686F02
RGB
CMYK
RGB Variations
Color information
#686F02 (or 0x686F02) is known color: Olive. HEX triplet: 68, 6F and 02. RGB value is (104,111,2). Sum of RGB (Red+Green+Blue) = 104+111+2=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #686F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F02 is #9790FD. Grayscale: #606060. Windows color (decimal): -9933054 or 159592. OLE color: 159592.
HSL color Cylindrical-coordinate representation of color #686F02: hue angle of 63.85º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #686F02 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 2 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.56 |
| HSL | 63.85º | 0.96% | 0.22% | - |
| HSV(B) | 63.85º | 0.98% | 0.44% | - |
| XYZ | 11.4 | 14.32 | 2.22 | - |
| YUV | 96.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 2 | 0.06 | 0 | 0.98 | 0.56 | 63.85 | 0.96 | 0.22 |
| Hex | 68 | 6F | 2 | 6 | 0 | 62 | 38 | 40 | 60 | 16 |
| Octal | 150 | 157 | 2 | 6 | 0 | 142 | 70 | 100 | 140 | 26 |
| Binary | 1101000 | 1101111 | 10 | 110 | 0 | 1100010 | 111000 | 1000000 | 1100000 | 10110 |
Color Harmonies of #686F02
Complementary color
Monochromatic Colors of #686F02
Black with #686F02
Text Example
Text Example
White with #686F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F02; }
p { color: rgb(104,111,2); }
H1.HeaderClassName
{
color: #686F02;
}
.AnyTagClassName
{
color: #686F02;
}
</style>
background-color css
<style>
a { background-color: #686F02; }
a { background-color: rgb(104,111,2); }
div.DivClassName
{
background-color: #686F02;
}
.BgClassName
{
background-color: #686F02;
}
</style>
border-color css
<style>
span { border-color: #686F02; }
span { border-color: rgb(104,111,2); }
td.TdClassName
{
border-color: #686F02;
}
.TagClassName
{
border-color: #686F02;
}
</style>