#07771B

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

Shades of Green #07771B

Tints of Green #07771B

Color information

#07771B (or 0x07771B) is unknown color: approx Green. HEX triplet: 07, 77 and 1B. RGB value is (7,119,27). Sum of RGB (Red+Green+Blue) = 7+119+27=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 119 (46.88% from 255 or 77.78% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 119 - color contains mainly: green. Hex color #07771B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07771B is #F888E4. Grayscale: #4B4B4B. Windows color (decimal): -16287973 or 1799943. OLE color: 1799943.

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

Color convert

RGB711927-
CMYK0.9400.770.53
HSL130.71º88.89%24.71%-
HSV(B)130.71º94.12%46.67%-
XYZ6.8813.323.24-
YUV75.02100.8979.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.58%
GREEN value IS 119 (46.88% from 255) = 77.78%
BLUE value IS 27 (10.94% from 255) = 17.65%
R=4.58%
G=77.78%
B=17.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7119270.9400.770.53130.7188.8924.71
Hex7771B5E04D35835919
Octal71673313601156520313131
Binary11111101111101110111100100110111010110000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07771B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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