#078D14

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

Shades of Islamic Green #078D14

Tints of Islamic Green #078D14

Color information

#078D14 (or 0x078D14) is unknown color: approx Islamic Green. HEX triplet: 07, 8D and 14. RGB value is (7,141,20). Sum of RGB (Red+Green+Blue) = 7+141+20=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 141 (55.47% from 255 or 83.93% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 141 - color contains mainly: green. Hex color #078D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078D14 is #F872EB. Grayscale: #575757. Windows color (decimal): -16282348 or 1346823. OLE color: 1346823.

HSL color Cylindrical-coordinate representation of color #078D14: hue angle of 125.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D14 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB714120-
CMYK0.9500.860.45
HSL125.82º90.54%29.02%-
HSV(B)125.82º95.04%55.29%-
XYZ9.7419.153.84-
YUV87.1490.1170.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.17%
GREEN value IS 141 (55.47% from 255) = 83.93%
BLUE value IS 20 (8.20% from 255) = 11.90%
R=4.17%
G=83.93%
B=11.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7141200.9500.860.45125.8290.5429.02
Hex78D145F0562D7e5b1d
Octal72152413701265517613335
Binary11110001101101001011111010101101011011111110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078D14; }

 p { color: rgb(7,141,20); }

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

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

 a { background-color: rgb(7,141,20); }

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

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

 span { border-color: rgb(7,141,20); }

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