#077570

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

Shades of Pine Green #077570

Tints of Pine Green #077570

Color information

#077570 (or 0x077570) is unknown color: approx Pine Green. HEX triplet: 07, 75 and 70. RGB value is (7,117,112). Sum of RGB (Red+Green+Blue) = 7+117+112=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #077570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077570 is #F88A8F. Grayscale: #535353. Windows color (decimal): -16288400 or 7369991. OLE color: 7369991.

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

Color convert

RGB7117112-
CMYK0.9400.040.54
HSL177.27º88.71%24.31%-
HSV(B)177.27º94.02%45.88%-
XYZ9.3713.9417.53-
YUV83.54144.0673.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.97%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=2.97%
G=49.58%
B=47.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71171120.9400.040.54177.2788.7124.31
Hex775705E0436b15918
Octal7165160136046626113130
Binary111111010111100001011110010011011010110001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077570; }

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

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

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

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

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

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

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

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