#057A70

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

Shades of Pine Green #057A70

Tints of Pine Green #057A70

Color information

#057A70 (or 0x057A70) is unknown color: approx Pine Green. HEX triplet: 05, 7A and 70. RGB value is (5,122,112). Sum of RGB (Red+Green+Blue) = 5+122+112=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #057A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A70 is #FA858F. Grayscale: #555555. Windows color (decimal): -16418192 or 7371269. OLE color: 7371269.

HSL color Cylindrical-coordinate representation of color #057A70: hue angle of 174.87º 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 #057A70 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB5122112-
CMYK0.9600.080.52
HSL174.87º92.13%24.9%-
HSV(B)174.87º95.9%47.84%-
XYZ9.9515.1217.72-
YUV85.88142.7470.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.09%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=2.09%
G=51.05%
B=46.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51221120.9600.080.52174.8792.1324.9
Hex57A70600834af5c19
Octal51721601400106425713431
Binary1011111010111000011000000100011010010101111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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