Shades of Olive #6F7C02
Tints of Olive #6F7C02
RGB
CMYK
RGB Variations
Color information
#6F7C02 (or 0x6F7C02) is known color: Olive. HEX triplet: 6F, 7C and 02. RGB value is (111,124,2). Sum of RGB (Red+Green+Blue) = 111+124+2=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 124 (48.83% from 255 or 52.32% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7C02 is #9083FD. Grayscale: #6A6A6A. Windows color (decimal): -9470974 or 162927. OLE color: 162927.
HSL color Cylindrical-coordinate representation of color #6F7C02: hue angle of 66.39º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F7C02 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 2 | - |
| CMYK | 0.10 | 0 | 0.98 | 0.51 |
| HSL | 66.39º | 0.97% | 0.25% | - |
| HSV(B) | 66.39º | 0.98% | 0.49% | - |
| XYZ | 13.77 | 17.8 | 2.77 | - |
| YUV | 106.21 | 69.19 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 2 | 0.10 | 0 | 0.98 | 0.51 | 66.39 | 0.97 | 0.25 |
| Hex | 6F | 7C | 2 | A | 0 | 62 | 33 | 42 | 61 | 19 |
| Octal | 157 | 174 | 2 | 12 | 0 | 142 | 63 | 102 | 141 | 31 |
| Binary | 1101111 | 1111100 | 10 | 1010 | 0 | 1100010 | 110011 | 1000010 | 1100001 | 11001 |
Color Harmonies of #6F7C02
Complementary color
Monochromatic Colors of #6F7C02
Black with #6F7C02
Text Example
Text Example
White with #6F7C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C02; }
p { color: rgb(111,124,2); }
H1.HeaderClassName
{
color: #6F7C02;
}
.AnyTagClassName
{
color: #6F7C02;
}
</style>
background-color css
<style>
a { background-color: #6F7C02; }
a { background-color: rgb(111,124,2); }
div.DivClassName
{
background-color: #6F7C02;
}
.BgClassName
{
background-color: #6F7C02;
}
</style>
border-color css
<style>
span { border-color: #6F7C02; }
span { border-color: rgb(111,124,2); }
td.TdClassName
{
border-color: #6F7C02;
}
.TagClassName
{
border-color: #6F7C02;
}
</style>