Html Css Color HEX #056E71 Pine Green

📋 copy color: '#056E71'

red 5 ◦ green 110 ◦ blue 113

#056E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #056E71

Tints of Pine Green #056E71

RGB

 RED value IS 5 (2.34% from 255) = 2.19%

 GREEN value IS 110 (43.36% from 255) = 48.25%

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 2.19%
G = 48.25%
B = 49.56%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056E71 (or 0x056E71) is known color: Pine Green. HEX triplet: 05, 6E and 71. RGB value is (5,110,113). Sum of RGB (Red+Green+Blue) = 5+110+113=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 110 (43.36% from 255 or 48.25% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #056E71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E71 is #FA918E. Grayscale: #4E4E4E. Windows color (decimal): -16421263 or 7433733. OLE color: 7433733.

HSL color Cylindrical-coordinate representation of color #056E71: hue angle of 181.67º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #056E71 is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 110 113 -
CMYK 0.96 0.03 0 0.56
HSL 181.67º 0.92% 0.23% -
HSV(B) 181.67º 0.96% 0.44% -
XYZ 8.62 12.38 17.56 -
YUV 78.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 5 110 113 0.96 0.03 0 0.56 181.67 0.92 0.23
Hex 5 6E 71 60 3 0 38 B6 5C 17
Octal 5 156 161 140 3 0 70 266 134 27
Binary 101 1101110 1110001 1100000 11 0 111000 10110110 1011100 10111

Color Harmonies of #056E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E71

Black with #056E71

Text Example


Text Example

White with #056E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #056E71;
 }
 .AnyTagClassName
 {
   color: #056E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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