#057A6F

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

Shades of Pine Green #057A6F

Tints of Pine Green #057A6F

Color information

#057A6F (or 0x057A6F) is unknown color: approx Pine Green. HEX triplet: 05, 7A and 6F. RGB value is (5,122,111). Sum of RGB (Red+Green+Blue) = 5+122+111=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 122 (48.05% from 255 or 51.26% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 122 - color contains mainly: green. Hex color #057A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057A6F is #FA8590. Grayscale: #555555. Windows color (decimal): -16418193 or 7305733. OLE color: 7305733.

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

Color convert

RGB5122111-
CMYK0.9600.090.52
HSL174.36º92.13%24.9%-
HSV(B)174.36º95.9%47.84%-
XYZ9.8915.117.43-
YUV85.76142.2470.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 122 (48.05% from 255) = 51.26%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=2.10%
G=51.26%
B=46.64%

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
Decimal51221110.9600.090.52174.3692.1324.9
Hex57A6F600934ae5c19
Octal51721571400116425613431
Binary1011111010110111111000000100111010010101110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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