#056C6A

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

Shades of Pine Green #056C6A

Tints of Pine Green #056C6A

Color information

#056C6A (or 0x056C6A) is unknown color: approx Pine Green. HEX triplet: 05, 6C and 6A. RGB value is (5,108,106). Sum of RGB (Red+Green+Blue) = 5+108+106=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #056C6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056C6A is #FA9395. Grayscale: #4C4C4C. Windows color (decimal): -16421782 or 6974469. OLE color: 6974469.

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

Color convert

RGB5108106-
CMYK0.9500.020.58
HSL178.83º91.15%22.16%-
HSV(B)178.83º95.37%42.35%-
XYZ8.0311.815.49-
YUV76.97144.3876.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.28%
GREEN value IS 108 (42.58% from 255) = 49.32%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=2.28%
G=49.32%
B=48.40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51081060.9500.020.58178.8391.1522.16
Hex56C6A5F023Ab35b16
Octal5154152137027226313326
Binary10111011001101010101111101011101010110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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