#007D04

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

Shades of Green #007D04

Tints of Green #007D04

Color information

#007D04 (or 0x007D04) is unknown color: approx Green. HEX triplet: 00, 7D and 04. RGB value is (0,125,4). Sum of RGB (Red+Green+Blue) = 0+125+4=129 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 129); Green value is 125 (49.22% from 255 or 96.90% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 125 - color contains mainly: green. Hex color #007D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007D04 is #FF82FB. Grayscale: #4A4A4A. Windows color (decimal): -16745212 or 294144. OLE color: 294144.

HSL color Cylindrical-coordinate representation of color #007D04: hue angle of 121.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007D04 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB01254-
CMYK100.970.51
HSL121.92º100%24.51%-
HSV(B)121.92º100%49.02%-
XYZ7.3614.682.56-
YUV73.8388.5975.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 125 (49.22% from 255) = 96.90%
BLUE value IS 4 (1.95% from 255) = 3.10%
R=0%
G=96.90%
B=3.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal01254100.970.51121.9210024.51
Hex07D464061337a6419
Octal0175414401416317214431
Binary011111011001100100011000011100111111010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007D04; }

 p { color: rgb(0,125,4); }

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

<style>
 a { background-color: #007D04; }

 a { background-color: rgb(0,125,4); }

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

<style>
 span { border-color: #007D04; }

 span { border-color: rgb(0,125,4); }

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