#07780F

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

Shades of Green #07780F

Tints of Green #07780F

Color information

#07780F (or 0x07780F) is unknown color: approx Green. HEX triplet: 07, 78 and 0F. RGB value is (7,120,15). Sum of RGB (Red+Green+Blue) = 7+120+15=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 120 (47.27% from 255 or 84.51% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 120 - color contains mainly: green. Hex color #07780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07780F is #F887F0. Grayscale: #4A4A4A. Windows color (decimal): -16287729 or 1013767. OLE color: 1013767.

HSL color Cylindrical-coordinate representation of color #07780F: hue angle of 124.25º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07780F is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB712015-
CMYK0.9400.870.53
HSL124.25º88.98%24.9%-
HSV(B)124.25º94.17%47.06%-
XYZ6.8913.512.7-
YUV74.2494.5680.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.93%
GREEN value IS 120 (47.27% from 255) = 84.51%
BLUE value IS 15 (6.25% from 255) = 10.56%
R=4.93%
G=84.51%
B=10.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7120150.9400.870.53124.2588.9824.9
Hex778F5E057357c5919
Octal71701713601276517413131
Binary111111100011111011110010101111101011111100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07780F; }

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

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

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

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

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

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

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

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