#057B6E

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

Shades of Pine Green #057B6E

Tints of Pine Green #057B6E

Color information

#057B6E (or 0x057B6E) is unknown color: approx Pine Green. HEX triplet: 05, 7B and 6E. RGB value is (5,123,110). Sum of RGB (Red+Green+Blue) = 5+123+110=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 110 (43.36% from 255 or 46.22% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #057B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057B6E is #FA8491. Grayscale: #565656. Windows color (decimal): -16417938 or 7240453. OLE color: 7240453.

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

Color convert

RGB5123110-
CMYK0.9600.110.52
HSL173.39º92.19%25.1%-
HSV(B)173.39º95.93%48.24%-
XYZ9.9615.3217.18-
YUV86.24141.4170.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 110 (43.36% from 255) = 46.22%
R=2.10%
G=51.68%
B=46.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51231100.9600.110.52173.3992.1925.1
Hex57B6E600B34ad5c19
Octal51731561400136425513431
Binary1011111011110111011000000101111010010101101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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