#07770C

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

Shades of Green #07770C

Tints of Green #07770C

Color information

#07770C (or 0x07770C) is unknown color: approx Green. HEX triplet: 07, 77 and 0C. RGB value is (7,119,12). Sum of RGB (Red+Green+Blue) = 7+119+12=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 119 (46.88% from 255 or 86.23% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 119 - color contains mainly: green. Hex color #07770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07770C is #F888F3. Grayscale: #494949. Windows color (decimal): -16287988 or 816903. OLE color: 816903.

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

Color convert

RGB711912-
CMYK0.9400.900.53
HSL122.68º88.89%24.71%-
HSV(B)122.68º94.12%46.67%-
XYZ6.7513.272.55-
YUV73.3193.3980.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.07%
GREEN value IS 119 (46.88% from 255) = 86.23%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=5.07%
G=86.23%
B=8.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119120.9400.900.53122.6888.8924.71
Hex777C5E05A357b5919
Octal71671413601326517313131
Binary111111011111001011110010110101101011111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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