#077000

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

Shades of Green #077000

Tints of Green #077000

Color information

#077000 (or 0x077000) is unknown color: approx Green. HEX triplet: 07, 70 and 00. RGB value is (7,112,0). Sum of RGB (Red+Green+Blue) = 7+112+0=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 112 (44.14% from 255 or 94.12% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 112 - color contains mainly: green. Hex color #077000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077000 is #F88FFF. Grayscale: #444444. Windows color (decimal): -16289792 or 28679. OLE color: 28679.

HSL color Cylindrical-coordinate representation of color #077000: hue angle of 116.25º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #077000 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB71120-
CMYK0.94010.56
HSL116.25º100%21.96%-
HSV(B)116.25º100%43.92%-
XYZ5.8811.631.94-
YUV67.8489.7184.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.88%
GREEN value IS 112 (44.14% from 255) = 94.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.88%
G=94.12%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711200.94010.56116.2510021.96
Hex77005E06438746416
Octal7160013601447016414426
Binary111111000001011110011001001110001110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077000; }

 p { color: rgb(7,112,0); }

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

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

 a { background-color: rgb(7,112,0); }

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

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

 span { border-color: rgb(7,112,0); }

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