#077511

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

Shades of Green #077511

Tints of Green #077511

Color information

#077511 (or 0x077511) is unknown color: approx Green. HEX triplet: 07, 75 and 11. RGB value is (7,117,17). Sum of RGB (Red+Green+Blue) = 7+117+17=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 117 (46.09% from 255 or 82.98% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 117 - color contains mainly: green. Hex color #077511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077511 is #F88AEE. Grayscale: #494949. Windows color (decimal): -16288495 or 1144071. OLE color: 1144071.

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

Color convert

RGB711717-
CMYK0.9400.850.54
HSL125.45º88.71%24.31%-
HSV(B)125.45º94.02%45.88%-
XYZ6.5512.812.66-
YUV72.7196.5681.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 117 (46.09% from 255) = 82.98%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=4.96%
G=82.98%
B=12.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117170.9400.850.54125.4588.7124.31
Hex775115E055367d5918
Octal71652113601256617513130
Binary1111110101100011011110010101011101101111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077511; }

 p { color: rgb(7,117,17); }

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

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

 a { background-color: rgb(7,117,17); }

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

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

 span { border-color: rgb(7,117,17); }

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