#077010

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

Shades of Green #077010

Tints of Green #077010

Color information

#077010 (or 0x077010) is unknown color: approx Green. HEX triplet: 07, 70 and 10. RGB value is (7,112,16). Sum of RGB (Red+Green+Blue) = 7+112+16=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #077010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077010 is #F88FEF. Grayscale: #454545. Windows color (decimal): -16289776 or 1077255. OLE color: 1077255.

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

Color convert

RGB711216-
CMYK0.9400.860.56
HSL125.14º88.24%23.33%-
HSV(B)125.14º93.75%43.92%-
XYZ5.9811.672.43-
YUV69.6697.7183.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.19%
GREEN value IS 112 (44.14% from 255) = 82.96%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=5.19%
G=82.96%
B=11.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7112160.9400.860.56125.1488.2423.33
Hex770105E056387d5817
Octal71602013601267017513027
Binary1111110000100001011110010101101110001111101101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077010; }

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

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

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

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

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

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

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

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