#077510

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

Shades of Green #077510

Tints of Green #077510

Color information

#077510 (or 0x077510) is unknown color: approx Green. HEX triplet: 07, 75 and 10. RGB value is (7,117,16). Sum of RGB (Red+Green+Blue) = 7+117+16=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #077510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077510 is #F88AEF. Grayscale: #484848. Windows color (decimal): -16288496 or 1078535. OLE color: 1078535.

HSL color Cylindrical-coordinate representation of color #077510: hue angle of 124.91º 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 #077510 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB711716-
CMYK0.9400.860.54
HSL124.91º88.71%24.31%-
HSV(B)124.91º94.02%45.88%-
XYZ6.5412.812.62-
YUV72.696.0681.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 117 (46.09% from 255) = 83.57%
BLUE value IS 16 (6.64% from 255) = 11.43%
R=5%
G=83.57%
B=11.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117160.9400.860.54124.9188.7124.31
Hex775105E056367d5918
Octal71652013601266617513130
Binary1111110101100001011110010101101101101111101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077510; }

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

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

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

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

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

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

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

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