#057F70

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

Shades of Pine Green #057F70

Tints of Pine Green #057F70

Color information

#057F70 (or 0x057F70) is unknown color: approx Pine Green. HEX triplet: 05, 7F and 70. RGB value is (5,127,112). Sum of RGB (Red+Green+Blue) = 5+127+112=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #057F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F70 is #FA808F. Grayscale: #585858. Windows color (decimal): -16416912 or 7372549. OLE color: 7372549.

HSL color Cylindrical-coordinate representation of color #057F70: hue angle of 172.62º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F70 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB5127112-
CMYK0.9600.120.50
HSL172.62º92.42%25.88%-
HSV(B)172.62º96.06%49.8%-
XYZ10.5816.3817.93-
YUV88.81141.0868.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.05%
GREEN value IS 127 (50% from 255) = 52.05%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=2.05%
G=52.05%
B=45.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51271120.9600.120.50172.6292.4225.88
Hex57F70600C32ad5c1a
Octal51771601400146225513432
Binary1011111111111000011000000110011001010101101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057F70; }

 p { color: rgb(5,127,112); }

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

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

 a { background-color: rgb(5,127,112); }

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

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

 span { border-color: rgb(5,127,112); }

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