#078F33

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

Shades of Pigment Green #078F33

Tints of Pigment Green #078F33

Color information

#078F33 (or 0x078F33) is unknown color: approx Pigment Green. HEX triplet: 07, 8F and 33. RGB value is (7,143,51). Sum of RGB (Red+Green+Blue) = 7+143+51=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 143 (56.25% from 255 or 71.14% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 143 - color contains mainly: green. Hex color #078F33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078F33 is #F870CC. Grayscale: #5C5C5C. Windows color (decimal): -16281805 or 3378951. OLE color: 3378951.

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

Color convert

RGB714351-
CMYK0.9500.640.44
HSL139.41º90.67%29.41%-
HSV(B)139.41º95.1%56.08%-
XYZ10.5119.936.42-
YUV91.85104.9467.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.48%
GREEN value IS 143 (56.25% from 255) = 71.14%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=3.48%
G=71.14%
B=25.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7143510.9500.640.44139.4190.6729.41
Hex78F335F0402C8b5b1d
Octal72176313701005421313335
Binary1111000111111001110111110100000010110010001011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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