#7F7711

Color #7F7711 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #7F7711

Tints of Olive #7F7711

Color information

#7F7711 (or 0x7F7711) is unknown color: approx Olive. HEX triplet: 7F, 77 and 11. RGB value is (127,119,17). Sum of RGB (Red+Green+Blue) = 127+119+17=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7711 is #8088EE. Grayscale: #6E6E6E. Windows color (decimal): -8423663 or 1144703. OLE color: 1144703.

HSL color Cylindrical-coordinate representation of color #7F7711: hue angle of 55.64º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F7711 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB12711917-
CMYK00.060.870.50
HSL55.64º76.39%28.24%-
HSV(B)55.64º86.61%49.8%-
XYZ15.4517.753.14-
YUV109.7675.65140.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 48.29%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=48.29%
G=45.25%
B=6.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271191700.060.870.5055.6476.3928.24
Hex7F7711065732384c1c
Octal1771672106127627011434
Binary111111111101111000101101010111110010111000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F7711; }

 p { color: rgb(127,119,17); }

 H1.HeaderClassName
 {
   color: #7F7711;
 }
 .AnyTagClassName
 {
   color: #7F7711;
 }
</style>
background-color css

<style>
 a { background-color: #7F7711; }

 a { background-color: rgb(127,119,17); }

 div.DivClassName
 {
   background-color: #7F7711;
 }
 .BgClassName
 {
   background-color: #7F7711;
 }
</style>
border-color css

<style>
 span { border-color: #7F7711; }

 span { border-color: rgb(127,119,17); }

 td.TdClassName
 {
   border-color: #7F7711;
 }
 .TagClassName
 {
   border-color: #7F7711;
 }
</style>