Shades of Olive #6F6702
Tints of Olive #6F6702
RGB
CMYK
RGB Variations
Color information
#6F6702 (or 0x6F6702) is known color: Olive. HEX triplet: 6F, 67 and 02. RGB value is (111,103,2). Sum of RGB (Red+Green+Blue) = 111+103+2=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6702 is #9098FD. Grayscale: #5E5E5E. Windows color (decimal): -9476350 or 157551. OLE color: 157551.
HSL color Cylindrical-coordinate representation of color #6F6702: hue angle of 55.6º 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 #6F6702 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 2 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.56 |
| HSL | 55.6º | 0.96% | 0.22% | - |
| HSV(B) | 55.6º | 0.98% | 0.44% | - |
| XYZ | 11.42 | 13.08 | 1.98 | - |
| YUV | 93.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 2 | 0 | 0.07 | 0.98 | 0.56 | 55.6 | 0.96 | 0.22 |
| Hex | 6F | 67 | 2 | 0 | 7 | 62 | 38 | 38 | 60 | 16 |
| Octal | 157 | 147 | 2 | 0 | 7 | 142 | 70 | 70 | 140 | 26 |
| Binary | 1101111 | 1100111 | 10 | 0 | 111 | 1100010 | 111000 | 111000 | 1100000 | 10110 |
Color Harmonies of #6F6702
Complementary color
Monochromatic Colors of #6F6702
Black with #6F6702
Text Example
Text Example
White with #6F6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6702; }
p { color: rgb(111,103,2); }
H1.HeaderClassName
{
color: #6F6702;
}
.AnyTagClassName
{
color: #6F6702;
}
</style>
background-color css
<style>
a { background-color: #6F6702; }
a { background-color: rgb(111,103,2); }
div.DivClassName
{
background-color: #6F6702;
}
.BgClassName
{
background-color: #6F6702;
}
</style>
border-color css
<style>
span { border-color: #6F6702; }
span { border-color: rgb(111,103,2); }
td.TdClassName
{
border-color: #6F6702;
}
.TagClassName
{
border-color: #6F6702;
}
</style>