#077571

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

Shades of Pine Green #077571

Tints of Pine Green #077571

Color information

#077571 (or 0x077571) is unknown color: approx Pine Green. HEX triplet: 07, 75 and 71. RGB value is (7,117,113). Sum of RGB (Red+Green+Blue) = 7+117+113=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #077571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077571 is #F88A8E. Grayscale: #535353. Windows color (decimal): -16288399 or 7435527. OLE color: 7435527.

HSL color Cylindrical-coordinate representation of color #077571: hue angle of 177.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077571 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB7117113-
CMYK0.9400.030.54
HSL177.82º88.71%24.31%-
HSV(B)177.82º94.02%45.88%-
XYZ9.4313.9617.82-
YUV83.65144.5673.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.95%
GREEN value IS 117 (46.09% from 255) = 49.37%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=2.95%
G=49.37%
B=47.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71171130.9400.030.54177.8288.7124.31
Hex775715E0336b25918
Octal7165161136036626213130
Binary11111101011110001101111001111011010110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077571; }

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

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

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

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

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

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

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

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