#078E3F

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

Shades of Pigment Green #078E3F

Tints of Pigment Green #078E3F

Color information

#078E3F (or 0x078E3F) is unknown color: approx Pigment Green. HEX triplet: 07, 8E and 3F. RGB value is (7,142,63). Sum of RGB (Red+Green+Blue) = 7+142+63=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 142 (55.86% from 255 or 66.98% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 142 - color contains mainly: green. Hex color #078E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078E3F is #F871C0. Grayscale: #5C5C5C. Windows color (decimal): -16282049 or 4165127. OLE color: 4165127.

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

Color convert

RGB714263-
CMYK0.9500.560.44
HSL144.89º90.6%29.22%-
HSV(B)144.89º95.07%55.69%-
XYZ10.6619.757.95-
YUV92.63111.2766.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.30%
GREEN value IS 142 (55.86% from 255) = 66.98%
BLUE value IS 63 (25% from 255) = 29.72%
R=3.30%
G=66.98%
B=29.72%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7142630.9500.560.44144.8990.629.22
Hex78E3F5F0382C915b1d
Octal7216771370705422113335
Binary111100011101111111011111011100010110010010001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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