#056E6C

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

Shades of Pine Green #056E6C

Tints of Pine Green #056E6C

Color information

#056E6C (or 0x056E6C) is unknown color: approx Pine Green. HEX triplet: 05, 6E and 6C. RGB value is (5,110,108). Sum of RGB (Red+Green+Blue) = 5+110+108=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 110 (43.36% from 255 or 49.33% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 110 - color contains mainly: green. Hex color #056E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E6C is #FA9193. Grayscale: #4E4E4E. Windows color (decimal): -16421268 or 7106053. OLE color: 7106053.

HSL color Cylindrical-coordinate representation of color #056E6C: hue angle of 178.86º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056E6C is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB5110108-
CMYK0.9500.020.57
HSL178.86º91.3%22.55%-
HSV(B)178.86º95.45%43.14%-
XYZ8.3512.2716.12-
YUV78.38144.7175.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 110 (43.36% from 255) = 49.33%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=2.24%
G=49.33%
B=48.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51101080.9500.020.57178.8691.322.55
Hex56E6C5F0239b35b17
Octal5156154137027126313327
Binary10111011101101100101111101011100110110011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056E6C; }

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

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

<style>
 a { background-color: #056E6C; }

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

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

<style>
 span { border-color: #056E6C; }

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

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