#077D15

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

Shades of Green #077D15

Tints of Green #077D15

Color information

#077D15 (or 0x077D15) is unknown color: approx Green. HEX triplet: 07, 7D and 15. RGB value is (7,125,21). Sum of RGB (Red+Green+Blue) = 7+125+21=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 125 (49.22% from 255 or 81.70% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 125 - color contains mainly: green. Hex color #077D15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077D15 is #F882EA. Grayscale: #4E4E4E. Windows color (decimal): -16286443 or 1408263. OLE color: 1408263.

HSL color Cylindrical-coordinate representation of color #077D15: hue angle of 127.12º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077D15 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB712521-
CMYK0.9400.830.51
HSL127.12º89.39%25.88%-
HSV(B)127.12º94.4%49.02%-
XYZ7.5614.773.16-
YUV77.8695.9177.46-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 125 (49.22% from 255) = 81.70%
BLUE value IS 21 (8.59% from 255) = 13.73%
R=4.58%
G=81.70%
B=13.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7125210.9400.830.51127.1289.3925.88
Hex77D155E053337f591a
Octal71752513601236317713132
Binary1111111101101011011110010100111100111111111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077D15; }

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

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

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

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

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

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

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

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