#077515

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

Shades of Green #077515

Tints of Green #077515

Color information

#077515 (or 0x077515) is unknown color: approx Green. HEX triplet: 07, 75 and 15. RGB value is (7,117,21). Sum of RGB (Red+Green+Blue) = 7+117+21=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 117 (46.09% from 255 or 80.69% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 117 - color contains mainly: green. Hex color #077515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077515 is #F88AEA. Grayscale: #494949. Windows color (decimal): -16288491 or 1406215. OLE color: 1406215.

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

Color convert

RGB711721-
CMYK0.9400.820.54
HSL127.64º88.71%24.31%-
HSV(B)127.64º94.02%45.88%-
XYZ6.5812.822.84-
YUV73.1798.5680.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 117 (46.09% from 255) = 80.69%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=4.83%
G=80.69%
B=14.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7117210.9400.820.54127.6488.7124.31
Hex775155E05236805918
Octal71652513601226620013130
Binary11111101011010110111100101001011011010000000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077515; }

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

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

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

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

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

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

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

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