#7E7509

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

Shades of Olive #7E7509

Tints of Olive #7E7509

Color information

#7E7509 (or 0x7E7509) is unknown color: approx Olive. HEX triplet: 7E, 75 and 09. RGB value is (126,117,9). Sum of RGB (Red+Green+Blue) = 126+117+9=252 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E7509 is #818AF6. Grayscale: #6B6B6B. Windows color (decimal): -8489719 or 619902. OLE color: 619902.

HSL color Cylindrical-coordinate representation of color #7E7509: hue angle of 55.38º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7E7509 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB1261179-
CMYK00.070.930.51
HSL55.38º86.67%26.47%-
HSV(B)55.38º92.86%49.41%-
XYZ15.0117.182.78-
YUV107.3872.48141.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 50%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=50%
G=46.43%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126117900.070.930.5155.3886.6726.47
Hex7E759075D3337571a
Octal1761651107135636712732
Binary11111101110101100101111011101110011110111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,117,9); }

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

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

 a { background-color: rgb(126,117,9); }

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

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

 span { border-color: rgb(126,117,9); }

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