#076E03

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

Shades of Green #076E03

Tints of Green #076E03

Color information

#076E03 (or 0x076E03) is unknown color: approx Green. HEX triplet: 07, 6E and 03. RGB value is (7,110,3). Sum of RGB (Red+Green+Blue) = 7+110+3=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 110 (43.36% from 255 or 91.67% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 110 - color contains mainly: green. Hex color #076E03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076E03 is #F891FC. Grayscale: #434343. Windows color (decimal): -16290301 or 224775. OLE color: 224775.

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

Color convert

RGB71103-
CMYK0.9400.970.57
HSL117.76º94.69%22.16%-
HSV(B)117.76º97.27%43.14%-
XYZ5.6811.21.95-
YUV6791.8885.2-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 110 (43.36% from 255) = 91.67%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=5.83%
G=91.67%
B=2.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711030.9400.970.57117.7694.6922.16
Hex76E35E06139765f16
Octal7156313601417116613726
Binary1111101110111011110011000011110011110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,110,3); }

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

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

 a { background-color: rgb(7,110,3); }

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

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

 span { border-color: rgb(7,110,3); }

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