#07771F

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

Shades of Green #07771F

Tints of Green #07771F

Color information

#07771F (or 0x07771F) is unknown color: approx Green. HEX triplet: 07, 77 and 1F. RGB value is (7,119,31). Sum of RGB (Red+Green+Blue) = 7+119+31=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 119 (46.88% from 255 or 75.80% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 119 - color contains mainly: green. Hex color #07771F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07771F is #F888E0. Grayscale: #4B4B4B. Windows color (decimal): -16287969 or 2062087. OLE color: 2062087.

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

Color convert

RGB711931-
CMYK0.9400.740.53
HSL132.86º88.89%24.71%-
HSV(B)132.86º94.12%46.67%-
XYZ6.9313.343.51-
YUV75.48102.8979.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 119 (46.88% from 255) = 75.80%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=4.46%
G=75.80%
B=19.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119310.9400.740.53132.8688.8924.71
Hex7771F5E04A35855919
Octal71673713601126520513131
Binary11111101111111110111100100101011010110000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07771F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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