Shades of Olive #7F8303
Tints of Olive #7F8303
RGB
CMYK
RGB Variations
Color information
#7F8303 (or 0x7F8303) is known color: Olive. HEX triplet: 7F, 83 and 03. RGB value is (127,131,3). Sum of RGB (Red+Green+Blue) = 127+131+3=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8303 is #807CFC. Grayscale: #737373. Windows color (decimal): -8420605 or 230271. OLE color: 230271.
HSL color Cylindrical-coordinate representation of color #7F8303: hue angle of 61.88º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F8303 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 131 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.49 |
| HSL | 61.88º | 0.96% | 0.26% | - |
| HSV(B) | 61.88º | 0.98% | 0.51% | - |
| XYZ | 16.89 | 20.75 | 3.2 | - |
| YUV | 115.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 3 | 0.03 | 0 | 0.98 | 0.49 | 61.88 | 0.96 | 0.26 |
| Hex | 7F | 83 | 3 | 3 | 0 | 62 | 31 | 3E | 60 | 1A |
| Octal | 177 | 203 | 3 | 3 | 0 | 142 | 61 | 76 | 140 | 32 |
| Binary | 1111111 | 10000011 | 11 | 11 | 0 | 1100010 | 110001 | 111110 | 1100000 | 11010 |
Color Harmonies of #7F8303
Complementary color
Monochromatic Colors of #7F8303
Black with #7F8303
Text Example
Text Example
White with #7F8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8303; }
p { color: rgb(127,131,3); }
H1.HeaderClassName
{
color: #7F8303;
}
.AnyTagClassName
{
color: #7F8303;
}
</style>
background-color css
<style>
a { background-color: #7F8303; }
a { background-color: rgb(127,131,3); }
div.DivClassName
{
background-color: #7F8303;
}
.BgClassName
{
background-color: #7F8303;
}
</style>
border-color css
<style>
span { border-color: #7F8303; }
span { border-color: rgb(127,131,3); }
td.TdClassName
{
border-color: #7F8303;
}
.TagClassName
{
border-color: #7F8303;
}
</style>