#078F0A

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

Shades of Islamic Green #078F0A

Tints of Islamic Green #078F0A

Color information

#078F0A (or 0x078F0A) is unknown color: approx Islamic Green. HEX triplet: 07, 8F and 0A. RGB value is (7,143,10). Sum of RGB (Red+Green+Blue) = 7+143+10=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 143 (56.25% from 255 or 89.38% from 160); Blue value is 10 (4.30% from 255 or 6.25% from 160); Max value from RGB is 143 - color contains mainly: green. Hex color #078F0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078F0A is #F870F5. Grayscale: #575757. Windows color (decimal): -16281846 or 691975. OLE color: 691975.

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

Color convert

RGB714310-
CMYK0.9500.930.44
HSL121.32º90.67%29.41%-
HSV(B)121.32º95.1%56.08%-
XYZ9.9619.713.57-
YUV87.1784.4470.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.38%
GREEN value IS 143 (56.25% from 255) = 89.38%
BLUE value IS 10 (4.30% from 255) = 6.25%
R=4.38%
G=89.38%
B=6.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7143100.9500.930.44121.3290.6729.41
Hex78FA5F05D2C795b1d
Octal72171213701355417113335
Binary1111000111110101011111010111011011001111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,143,10); }

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

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

 a { background-color: rgb(7,143,10); }

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

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

 span { border-color: rgb(7,143,10); }

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