#07770E

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

Shades of Green #07770E

Tints of Green #07770E

Color information

#07770E (or 0x07770E) is unknown color: approx Green. HEX triplet: 07, 77 and 0E. RGB value is (7,119,14). Sum of RGB (Red+Green+Blue) = 7+119+14=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 119 (46.88% from 255 or 85% from 140); Blue value is 14 (5.86% from 255 or 10% from 140); Max value from RGB is 119 - color contains mainly: green. Hex color #07770E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07770E is #F888F1. Grayscale: #494949. Windows color (decimal): -16287986 or 947975. OLE color: 947975.

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

Color convert

RGB711914-
CMYK0.9400.880.53
HSL123.75º88.89%24.71%-
HSV(B)123.75º94.12%46.67%-
XYZ6.7613.272.62-
YUV73.5494.3980.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 119 (46.88% from 255) = 85%
BLUE value IS 14 (5.86% from 255) = 10%
R=5%
G=85%
B=10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119140.9400.880.53123.7588.8924.71
Hex777E5E058357c5919
Octal71671613601306517413131
Binary111111011111101011110010110001101011111100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07770E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07770E; }

 p { color: rgb(7,119,14); }

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

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

 a { background-color: rgb(7,119,14); }

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

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

 span { border-color: rgb(7,119,14); }

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