#077704

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

Shades of Green #077704

Tints of Green #077704

Color information

#077704 (or 0x077704) is unknown color: approx Green. HEX triplet: 07, 77 and 04. RGB value is (7,119,4). Sum of RGB (Red+Green+Blue) = 7+119+4=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 119 (46.88% from 255 or 91.54% from 130); Blue value is 4 (1.95% from 255 or 3.08% from 130); Max value from RGB is 119 - color contains mainly: green. Hex color #077704 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077704 is #F888FB. Grayscale: #484848. Windows color (decimal): -16287996 or 292615. OLE color: 292615.

HSL color Cylindrical-coordinate representation of color #077704: hue angle of 118.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #077704 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB71194-
CMYK0.9400.970.53
HSL118.43º93.5%24.12%-
HSV(B)118.43º96.64%46.67%-
XYZ6.7113.252.32-
YUV72.489.3981.35-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 119 (46.88% from 255) = 91.54%
BLUE value IS 4 (1.95% from 255) = 3.08%
R=5.38%
G=91.54%
B=3.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711940.9400.970.53118.4393.524.12
Hex77745E06135765d18
Octal7167413601416516613530
Binary11111101111001011110011000011101011110110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077704; }

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

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

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

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

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

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

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

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