#077716

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

Shades of Green #077716

Tints of Green #077716

Color information

#077716 (or 0x077716) is unknown color: approx Green. HEX triplet: 07, 77 and 16. RGB value is (7,119,22). Sum of RGB (Red+Green+Blue) = 7+119+22=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #077716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077716 is #F888E9. Grayscale: #4A4A4A. Windows color (decimal): -16287978 or 1472263. OLE color: 1472263.

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

Color convert

RGB711922-
CMYK0.9400.820.53
HSL128.04º88.89%24.71%-
HSV(B)128.04º94.12%46.67%-
XYZ6.8313.32.97-
YUV74.4598.3979.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 119 (46.88% from 255) = 80.41%
BLUE value IS 22 (8.98% from 255) = 14.86%
R=4.73%
G=80.41%
B=14.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119220.9400.820.53128.0488.8924.71
Hex777165E05235805919
Octal71672613601226520013131
Binary11111101111011010111100101001011010110000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077716; }

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

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

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

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

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

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

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

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