#076404

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

Shades of Green #076404

Tints of Green #076404

Color information

#076404 (or 0x076404) is unknown color: approx Green. HEX triplet: 07, 64 and 04. RGB value is (7,100,4). Sum of RGB (Red+Green+Blue) = 7+100+4=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 100 (39.45% from 255 or 90.09% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 100 - color contains mainly: green. Hex color #076404 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076404 is #F89BFB. Grayscale: #3D3D3D. Windows color (decimal): -16292860 or 287751. OLE color: 287751.

HSL color Cylindrical-coordinate representation of color #076404: hue angle of 118.12º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076404 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB71004-
CMYK0.9300.960.61
HSL118.12º92.31%20.39%-
HSV(B)118.12º96%39.22%-
XYZ4.679.171.64-
YUV61.2595.6989.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 100 (39.45% from 255) = 90.09%
BLUE value IS 4 (1.95% from 255) = 3.60%
R=6.31%
G=90.09%
B=3.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal710040.9300.960.61118.1292.3120.39
Hex76445D0603D765c14
Octal7144413501407516613424
Binary11111001001001011101011000001111011110110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076404; }

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

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

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

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

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

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

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

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