#076D04

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

Shades of Green #076D04

Tints of Green #076D04

Color information

#076D04 (or 0x076D04) is unknown color: approx Green. HEX triplet: 07, 6D and 04. RGB value is (7,109,4). Sum of RGB (Red+Green+Blue) = 7+109+4=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 109 (42.97% from 255 or 90.83% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 109 - color contains mainly: green. Hex color #076D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076D04 is #F892FB. Grayscale: #424242. Windows color (decimal): -16290556 or 290055. OLE color: 290055.

HSL color Cylindrical-coordinate representation of color #076D04: hue angle of 118.29º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076D04 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB71094-
CMYK0.9400.960.57
HSL118.29º92.92%22.16%-
HSV(B)118.29º96.33%42.75%-
XYZ5.5810.991.94-
YUV66.5392.7185.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 109 (42.97% from 255) = 90.83%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=5.83%
G=90.83%
B=3.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal710940.9400.960.57118.2992.9222.16
Hex76D45E06039765d16
Octal7155413601407116613526
Binary11111011011001011110011000001110011110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,109,4); }

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

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

 a { background-color: rgb(7,109,4); }

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

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

 span { border-color: rgb(7,109,4); }

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