Html Css Color HEX #078F14 Islamic Green

📋 copy color: '#078F14'

red 7 ◦ green 143 ◦ blue 20

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

Shades of Islamic Green #078F14

Tints of Islamic Green #078F14

RGB

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

 GREEN value IS 143 (56.25% from 255) = 84.12%

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

R = 4.12%
G = 84.12%
B = 11.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#078F14 (or 0x078F14) is known color: Islamic Green. HEX triplet: 07, 8F and 14. RGB value is (7,143,20). Sum of RGB (Red+Green+Blue) = 7+143+20=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 143 (56.25% from 255 or 84.12% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 143 - color contains mainly: green. Hex color #078F14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #078F14 is #F870EB. Grayscale: #585858. Windows color (decimal): -16281836 or 1347335. OLE color: 1347335.

HSL color Cylindrical-coordinate representation of color #078F14: hue angle of 125.74º 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 #078F14 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 143 20 -
CMYK 0.95 0 0.86 0.44
HSL 125.74º 0.91% 0.29% -
HSV(B) 125.74º 0.95% 0.56% -
XYZ 10.04 19.74 3.94 -
YUV 88.31 89.44 70 -
System Red Green Blue C M Y K H S L
Decimal 7 143 20 0.95 0 0.86 0.44 125.74 0.91 0.29
Hex 7 8F 14 5F 0 56 2C 7E 5B 1D
Octal 7 217 24 137 0 126 54 176 133 35
Binary 111 10001111 10100 1011111 0 1010110 101100 1111110 1011011 11101

Color Harmonies of #078F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078F14

Black with #078F14

Text Example


Text Example

White with #078F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #078F14;
 }
 .AnyTagClassName
 {
   color: #078F14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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