Html Css Color HEX #056E70 Pine Green

📋 copy color: '#056E70'

red 5 ◦ green 110 ◦ blue 112

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

Shades of Pine Green #056E70

Tints of Pine Green #056E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.34%

R = 2.2%
G = 48.46%
B = 49.34%

CMYK

 C value IS 0.96

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#056E70 (or 0x056E70) is known color: Pine Green. HEX triplet: 05, 6E and 70. RGB value is (5,110,112). Sum of RGB (Red+Green+Blue) = 5+110+112=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 112 - color contains mainly: blue. Hex color #056E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #056E70 is #FA918F. Grayscale: #4E4E4E. Windows color (decimal): -16421264 or 7368197. OLE color: 7368197.

HSL color Cylindrical-coordinate representation of color #056E70: hue angle of 181.12º degrees, saturation: 0.91, 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 #056E70 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 110 112 -
CMYK 0.96 0.02 0 0.56
HSL 181.12º 0.91% 0.23% -
HSV(B) 181.12º 0.96% 0.44% -
XYZ 8.56 12.35 17.26 -
YUV 78.83 146.71 75.34 -
System Red Green Blue C M Y K H S L
Decimal 5 110 112 0.96 0.02 0 0.56 181.12 0.91 0.23
Hex 5 6E 70 60 2 0 38 B5 5B 17
Octal 5 156 160 140 2 0 70 265 133 27
Binary 101 1101110 1110000 1100000 10 0 111000 10110101 1011011 10111

Color Harmonies of #056E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056E70

Black with #056E70

Text Example


Text Example

White with #056E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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