#077605

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

Shades of Green #077605

Tints of Green #077605

Color information

#077605 (or 0x077605) is unknown color: approx Green. HEX triplet: 07, 76 and 05. RGB value is (7,118,5). Sum of RGB (Red+Green+Blue) = 7+118+5=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 118 (46.48% from 255 or 90.77% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 118 - color contains mainly: green. Hex color #077605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077605 is #F889FA. Grayscale: #484848. Windows color (decimal): -16288251 or 357895. OLE color: 357895.

HSL color Cylindrical-coordinate representation of color #077605: hue angle of 118.94º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077605 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB71185-
CMYK0.9400.960.54
HSL118.94º91.87%24.12%-
HSV(B)118.94º95.76%46.27%-
XYZ6.5913.012.31-
YUV71.9390.2381.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.38%
GREEN value IS 118 (46.48% from 255) = 90.77%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=5.38%
G=90.77%
B=3.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711850.9400.960.54118.9491.8724.12
Hex77655E06036775c18
Octal7166513601406616713430
Binary11111101101011011110011000001101101110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077605; }

 p { color: rgb(7,118,5); }

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

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

 a { background-color: rgb(7,118,5); }

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

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

 span { border-color: rgb(7,118,5); }

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