#7E9409

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

Shades of Olive #7E9409

Tints of Olive #7E9409

Color information

#7E9409 (or 0x7E9409) is unknown color: approx Olive. HEX triplet: 7E, 94 and 09. RGB value is (126,148,9). Sum of RGB (Red+Green+Blue) = 126+148+9=283 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.52% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #7E9409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E9409 is #816BF6. Grayscale: #7E7E7E. Windows color (decimal): -8481783 or 627838. OLE color: 627838.

HSL color Cylindrical-coordinate representation of color #7E9409: hue angle of 69.5º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E9409 is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB1261489-
CMYK0.1500.940.42
HSL69.5º88.54%30.78%-
HSV(B)69.5º93.92%58.04%-
XYZ19.2425.644.19-
YUV125.5862.21128.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 44.52%
GREEN value IS 148 (58.20% from 255) = 52.30%
BLUE value IS 9 (3.91% from 255) = 3.18%
R=44.52%
G=52.30%
B=3.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12614890.1500.940.4269.588.5430.78
Hex7E949F05E2A45591f
Octal176224111701365210513137
Binary11111101001010010011111010111101010101000101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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