#077771

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

Shades of Pine Green #077771

Tints of Pine Green #077771

Color information

#077771 (or 0x077771) is unknown color: approx Pine Green. HEX triplet: 07, 77 and 71. RGB value is (7,119,113). Sum of RGB (Red+Green+Blue) = 7+119+113=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 119 (46.88% from 255 or 49.79% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 119 - color contains mainly: green. Hex color #077771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077771 is #F8888E. Grayscale: #545454. Windows color (decimal): -16287887 or 7436039. OLE color: 7436039.

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

Color convert

RGB7119113-
CMYK0.9400.050.53
HSL176.79º88.89%24.71%-
HSV(B)176.79º94.12%46.67%-
XYZ9.6714.4317.9-
YUV84.83143.8972.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.93%
GREEN value IS 119 (46.88% from 255) = 49.79%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=2.93%
G=49.79%
B=47.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71191130.9400.050.53176.7988.8924.71
Hex777715E0535b15919
Octal7167161136056526113131
Binary111111011111100011011110010111010110110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077771; }

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

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

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

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

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

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

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

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