#079400

Color #079400 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #079400

Tints of Islamic Green #079400

Color information

#079400 (or 0x079400) is unknown color: approx Islamic Green. HEX triplet: 07, 94 and 00. RGB value is (7,148,0). Sum of RGB (Red+Green+Blue) = 7+148+0=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 148 (58.20% from 255 or 95.48% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 148 - color contains mainly: green. Hex color #079400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #079400 is #F86BFF. Grayscale: #595959. Windows color (decimal): -16280576 or 37895. OLE color: 37895.

HSL color Cylindrical-coordinate representation of color #079400: hue angle of 117.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #079400 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB71480-
CMYK0.95010.42
HSL117.16º100%29.02%-
HSV(B)117.16º100%58.04%-
XYZ10.6821.223.53-
YUV88.9777.7969.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 148 (58.20% from 255) = 95.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.52%
G=95.48%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal714800.95010.42117.1610029.02
Hex79405F0642A75641d
Octal7224013701445216514435
Binary1111001010001011111011001001010101110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079400; }

 p { color: rgb(7,148,0); }

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

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

 a { background-color: rgb(7,148,0); }

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

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

 span { border-color: rgb(7,148,0); }

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