Html Css Color HEX #057770 Pine Green

📋 copy color: '#057770'

red 5 ◦ green 119 ◦ blue 112

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

Shades of Pine Green #057770

Tints of Pine Green #057770

RGB

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

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

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

R = 2.12%
G = 50.42%
B = 47.46%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#057770 (or 0x057770) is known color: Pine Green. HEX triplet: 05, 77 and 70. RGB value is (5,119,112). Sum of RGB (Red+Green+Blue) = 5+119+112=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 119 (46.88% from 255 or 50.42% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 119 - color contains mainly: green. Hex color #057770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057770 is #FA888F. Grayscale: #545454. Windows color (decimal): -16418960 or 7370501. OLE color: 7370501.

HSL color Cylindrical-coordinate representation of color #057770: hue angle of 176.32º 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 #057770 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 112 -
CMYK 0.96 0 0.06 0.53
HSL 176.32º 0.92% 0.24% -
HSV(B) 176.32º 0.96% 0.47% -
XYZ 9.58 14.4 17.6 -
YUV 84.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 5 119 112 0.96 0 0.06 0.53 176.32 0.92 0.24
Hex 5 77 70 60 0 6 35 B0 5C 18
Octal 5 167 160 140 0 6 65 260 134 30
Binary 101 1110111 1110000 1100000 0 110 110101 10110000 1011100 11000

Color Harmonies of #057770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057770

Black with #057770

Text Example


Text Example

White with #057770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057770; }

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

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

background-color css

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

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

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

border-color css

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

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

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