#057B70

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

Shades of Pine Green #057B70

Tints of Pine Green #057B70

Color information

#057B70 (or 0x057B70) is unknown color: approx Pine Green. HEX triplet: 05, 7B and 70. RGB value is (5,123,112). Sum of RGB (Red+Green+Blue) = 5+123+112=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 123 (48.44% from 255 or 51.25% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 123 - color contains mainly: green. Hex color #057B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B70 is #FA848F. Grayscale: #565656. Windows color (decimal): -16417936 or 7371525. OLE color: 7371525.

HSL color Cylindrical-coordinate representation of color #057B70: hue angle of 174.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B70 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB5123112-
CMYK0.9600.090.52
HSL174.41º92.19%25.1%-
HSV(B)174.41º95.93%48.24%-
XYZ10.0715.3717.76-
YUV86.46142.4169.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.08%
GREEN value IS 123 (48.44% from 255) = 51.25%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=2.08%
G=51.25%
B=46.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51231120.9600.090.52174.4192.1925.1
Hex57B70600934ae5c19
Octal51731601400116425613431
Binary1011111011111000011000000100111010010101110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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