#078E4E

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

Shades of Pigment Green #078E4E

Tints of Pigment Green #078E4E

Color information

#078E4E (or 0x078E4E) is unknown color: approx Pigment Green. HEX triplet: 07, 8E and 4E. RGB value is (7,142,78). Sum of RGB (Red+Green+Blue) = 7+142+78=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #078E4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078E4E is #F871B1. Grayscale: #5E5E5E. Windows color (decimal): -16282034 or 5148167. OLE color: 5148167.

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

Color convert

RGB714278-
CMYK0.9500.450.44
HSL151.56º90.6%29.22%-
HSV(B)151.56º95.07%55.69%-
XYZ11.1419.9410.47-
YUV94.34118.7765.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 142 (55.86% from 255) = 62.56%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=3.08%
G=62.56%
B=34.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7142780.9500.450.44151.5690.629.22
Hex78E4E5F02D2C985b1d
Octal72161161370555423013335
Binary1111000111010011101011111010110110110010011000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,142,78); }

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

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

 a { background-color: rgb(7,142,78); }

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

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

 span { border-color: rgb(7,142,78); }

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