#077c18

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

Shades of Green #077C18

Tints of Green #077C18

Color information

#077C18 (or 0x077C18) is unknown color: approx Green. HEX triplet: 07, 7C and 18. RGB value is (7,124,24). Sum of RGB (Red+Green+Blue) = 7+124+24=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 124 (48.83% from 255 or 80% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 124 - color contains mainly: green. Hex color #077C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077C18 is #F883E7. Grayscale: #4D4D4D. Windows color (decimal): -16286696 or 1604615. OLE color: 1604615.

HSL color Cylindrical-coordinate representation of color #077C18: hue angle of 128.72º 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 #077C18 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB712424-
CMYK0.9400.810.51
HSL128.72º89.31%25.69%-
HSV(B)128.72º94.35%48.63%-
XYZ7.4614.533.27-
YUV77.6297.7477.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 124 (48.83% from 255) = 80%
BLUE value IS 24 (9.77% from 255) = 15.48%
R=4.52%
G=80%
B=15.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7124240.9400.810.51128.7289.3125.69
Hex77C185E0513381591a
Octal71743013601216320113132
Binary11111111001100010111100101000111001110000001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,124,24); }

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

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

 a { background-color: rgb(7,124,24); }

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

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

 span { border-color: rgb(7,124,24); }

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