#7B7711

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

Shades of Olive #7B7711

Tints of Olive #7B7711

Color information

#7B7711 (or 0x7B7711) is unknown color: approx Olive. HEX triplet: 7B, 77 and 11. RGB value is (123,119,17). Sum of RGB (Red+Green+Blue) = 123+119+17=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B7711 is #8488EE. Grayscale: #6C6C6C. Windows color (decimal): -8685807 or 1144699. OLE color: 1144699.

HSL color Cylindrical-coordinate representation of color #7B7711: hue angle of 57.74º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B7711 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB12311917-
CMYK00.030.860.52
HSL57.74º75.71%27.45%-
HSV(B)57.74º86.18%48.24%-
XYZ14.8717.453.11-
YUV108.5776.33138.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 47.49%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 17 (7.03% from 255) = 6.56%
R=47.49%
G=45.95%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231191700.030.860.5257.7475.7127.45
Hex7B77110356343a4c1b
Octal1731672103126647211433
Binary11110111110111100010111010110110100111010100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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