#078E3A

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

Shades of Pigment Green #078E3A

Tints of Pigment Green #078E3A

Color information

#078E3A (or 0x078E3A) is unknown color: approx Pigment Green. HEX triplet: 07, 8E and 3A. RGB value is (7,142,58). Sum of RGB (Red+Green+Blue) = 7+142+58=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 142 (55.86% from 255 or 68.60% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 142 - color contains mainly: green. Hex color #078E3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078E3A is #F871C5. Grayscale: #5C5C5C. Windows color (decimal): -16282054 or 3837447. OLE color: 3837447.

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

Color convert

RGB714258-
CMYK0.9500.590.44
HSL142.67º90.6%29.22%-
HSV(B)142.67º95.07%55.69%-
XYZ10.5219.77.25-
YUV92.06108.7767.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.38%
GREEN value IS 142 (55.86% from 255) = 68.60%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=3.38%
G=68.60%
B=28.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7142580.9500.590.44142.6790.629.22
Hex78E3A5F03B2C8f5b1d
Octal7216721370735421713335
Binary111100011101110101011111011101110110010001111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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