Html Css Color HEX #057771 Pine Green

📋 copy color: '#057771'

red 5 ◦ green 119 ◦ blue 113

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

Shades of Pine Green #057771

Tints of Pine Green #057771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 50.21%

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

R = 2.11%
G = 50.21%
B = 47.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#057771 (or 0x057771) is known color: Pine Green. HEX triplet: 05, 77 and 71. RGB value is (5,119,113). Sum of RGB (Red+Green+Blue) = 5+119+113=237 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.11% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #057771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057771 is #FA888E. Grayscale: #545454. Windows color (decimal): -16418959 or 7436037. OLE color: 7436037.

HSL color Cylindrical-coordinate representation of color #057771: hue angle of 176.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057771 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 113 -
CMYK 0.96 0 0.05 0.53
HSL 176.84º 0.92% 0.24% -
HSV(B) 176.84º 0.96% 0.47% -
XYZ 9.64 14.42 17.9 -
YUV 84.23 144.23 71.49 -
System Red Green Blue C M Y K H S L
Decimal 5 119 113 0.96 0 0.05 0.53 176.84 0.92 0.24
Hex 5 77 71 60 0 5 35 B1 5C 18
Octal 5 167 161 140 0 5 65 261 134 30
Binary 101 1110111 1110001 1100000 0 101 110101 10110001 1011100 11000

Color Harmonies of #057771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057771

Black with #057771

Text Example


Text Example

White with #057771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057771; }

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

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

background-color css

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

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

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

border-color css

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

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

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