Html Css Color HEX #057F71 Pine Green

📋 copy color: '#057F71'

red 5 ◦ green 127 ◦ blue 113

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

Shades of Pine Green #057F71

Tints of Pine Green #057F71

RGB

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

 GREEN value IS 127 (50% from 255) = 51.84%

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

R = 2.04%
G = 51.84%
B = 46.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#057F71 (or 0x057F71) is known color: Pine Green. HEX triplet: 05, 7F and 71. RGB value is (5,127,113). Sum of RGB (Red+Green+Blue) = 5+127+113=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #057F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F71 is #FA808E. Grayscale: #585858. Windows color (decimal): -16416911 or 7438085. OLE color: 7438085.

HSL color Cylindrical-coordinate representation of color #057F71: hue angle of 173.11º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F71 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 113 -
CMYK 0.96 0 0.11 0.50
HSL 173.11º 0.92% 0.26% -
HSV(B) 173.11º 0.96% 0.5% -
XYZ 10.63 16.4 18.23 -
YUV 88.93 141.58 68.14 -
System Red Green Blue C M Y K H S L
Decimal 5 127 113 0.96 0 0.11 0.50 173.11 0.92 0.26
Hex 5 7F 71 60 0 B 32 AD 5C 1A
Octal 5 177 161 140 0 13 62 255 134 32
Binary 101 1111111 1110001 1100000 0 1011 110010 10101101 1011100 11010

Color Harmonies of #057F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F71

Black with #057F71

Text Example


Text Example

White with #057F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #057F71;
 }
 .AnyTagClassName
 {
   color: #057F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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