Html Css Color HEX #078D14 Islamic Green

📋 copy color: '#078D14'

red 7 ◦ green 141 ◦ blue 20

#078D14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #078D14

Tints of Islamic Green #078D14

RGB

 RED value IS 7 (3.13% from 255) = 4.17%

 GREEN value IS 141 (55.47% from 255) = 83.93%

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 4.17%
G = 83.93%
B = 11.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#078D14 (or 0x078D14) is known color: 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

RGB 7 141 20 -
CMYK 0.95 0 0.86 0.45
HSL 125.82º 0.91% 0.29% -
HSV(B) 125.82º 0.95% 0.55% -
XYZ 9.74 19.15 3.84 -
YUV 87.14 90.11 70.84 -
System Red Green Blue C M Y K H S L
Decimal 7 141 20 0.95 0 0.86 0.45 125.82 0.91 0.29
Hex 7 8D 14 5F 0 56 2D 7E 5B 1D
Octal 7 215 24 137 0 126 55 176 133 35
Binary 111 10001101 10100 1011111 0 1010110 101101 1111110 1011011 11101

Color Harmonies of #078D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078D14

Black with #078D14

Text Example


Text Example

White with #078D14

Text Example


Text Example

HTML Codes & Css Web 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>