Shades of Olive #7F6702
Tints of Olive #7F6702
RGB
CMYK
RGB Variations
Color information
#7F6702 (or 0x7F6702) is known color: Olive. HEX triplet: 7F, 67 and 02. RGB value is (127,103,2). Sum of RGB (Red+Green+Blue) = 127+103+2=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6702 is #8098FD. Grayscale: #636363. Windows color (decimal): -8427774 or 157567. OLE color: 157567.
HSL color Cylindrical-coordinate representation of color #7F6702: hue angle of 48.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F6702 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.50 |
| HSL | 48.48º | 0.97% | 0.25% | - |
| HSV(B) | 48.48º | 0.98% | 0.5% | - |
| XYZ | 13.61 | 14.22 | 2.08 | - |
| YUV | 98.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 2 | 0 | 0.19 | 0.98 | 0.50 | 48.48 | 0.97 | 0.25 |
| Hex | 7F | 67 | 2 | 0 | 13 | 62 | 32 | 30 | 61 | 19 |
| Octal | 177 | 147 | 2 | 0 | 23 | 142 | 62 | 60 | 141 | 31 |
| Binary | 1111111 | 1100111 | 10 | 0 | 10011 | 1100010 | 110010 | 110000 | 1100001 | 11001 |
Color Harmonies of #7F6702
Complementary color
Monochromatic Colors of #7F6702
Black with #7F6702
Text Example
Text Example
White with #7F6702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6702; }
p { color: rgb(127,103,2); }
H1.HeaderClassName
{
color: #7F6702;
}
.AnyTagClassName
{
color: #7F6702;
}
</style>
background-color css
<style>
a { background-color: #7F6702; }
a { background-color: rgb(127,103,2); }
div.DivClassName
{
background-color: #7F6702;
}
.BgClassName
{
background-color: #7F6702;
}
</style>
border-color css
<style>
span { border-color: #7F6702; }
span { border-color: rgb(127,103,2); }
td.TdClassName
{
border-color: #7F6702;
}
.TagClassName
{
border-color: #7F6702;
}
</style>