#077471

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

Shades of Pine Green #077471

Tints of Pine Green #077471

Color information

#077471 (or 0x077471) is unknown color: approx Pine Green. HEX triplet: 07, 74 and 71. RGB value is (7,116,113). Sum of RGB (Red+Green+Blue) = 7+116+113=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #077471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077471 is #F88B8E. Grayscale: #525252. Windows color (decimal): -16288655 or 7435271. OLE color: 7435271.

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

Color convert

RGB7116113-
CMYK0.9400.030.55
HSL178.35º88.62%24.12%-
HSV(B)178.35º93.97%45.49%-
XYZ9.3113.7317.78-
YUV83.07144.8973.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 116 (45.70% from 255) = 49.15%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=2.97%
G=49.15%
B=47.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71161130.9400.030.55178.3588.6224.12
Hex774715E0337b25918
Octal7164161136036726213130
Binary11111101001110001101111001111011110110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077471; }

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

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

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

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

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

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

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

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