#077E0F

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

Shades of Green #077E0F

Tints of Green #077E0F

Color information

#077E0F (or 0x077E0F) is unknown color: approx Green. HEX triplet: 07, 7E and 0F. RGB value is (7,126,15). Sum of RGB (Red+Green+Blue) = 7+126+15=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 126 (49.61% from 255 or 85.14% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 126 - color contains mainly: green. Hex color #077E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077E0F is #F881F0. Grayscale: #4E4E4E. Windows color (decimal): -16286193 or 1015303. OLE color: 1015303.

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

Color convert

RGB712615-
CMYK0.9400.880.51
HSL124.03º89.47%26.08%-
HSV(B)124.03º94.44%49.41%-
XYZ7.63152.95-
YUV77.7692.5877.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 126 (49.61% from 255) = 85.14%
BLUE value IS 15 (6.25% from 255) = 10.14%
R=4.73%
G=85.14%
B=10.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7126150.9400.880.51124.0389.4726.08
Hex77EF5E058337c591a
Octal71761713601306317413132
Binary111111111011111011110010110001100111111100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,126,15); }

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

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

 a { background-color: rgb(7,126,15); }

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

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

 span { border-color: rgb(7,126,15); }

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