Html Css Color HEX #057F70 Pine Green

📋 copy color: '#057F70'

red 5 ◦ green 127 ◦ blue 112

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

Shades of Pine Green #057F70

Tints of Pine Green #057F70

RGB

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

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

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

R = 2.05%
G = 52.05%
B = 45.9%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#057F70 (or 0x057F70) is known color: Pine Green. HEX triplet: 05, 7F and 70. RGB value is (5,127,112). Sum of RGB (Red+Green+Blue) = 5+127+112=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 127 (50% from 255 or 52.05% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 127 - color contains mainly: green. Hex color #057F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F70 is #FA808F. Grayscale: #585858. Windows color (decimal): -16416912 or 7372549. OLE color: 7372549.

HSL color Cylindrical-coordinate representation of color #057F70: hue angle of 172.62º 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 #057F70 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 127 112 -
CMYK 0.96 0 0.12 0.50
HSL 172.62º 0.92% 0.26% -
HSV(B) 172.62º 0.96% 0.5% -
XYZ 10.58 16.38 17.93 -
YUV 88.81 141.08 68.22 -
System Red Green Blue C M Y K H S L
Decimal 5 127 112 0.96 0 0.12 0.50 172.62 0.92 0.26
Hex 5 7F 70 60 0 C 32 AD 5C 1A
Octal 5 177 160 140 0 14 62 255 134 32
Binary 101 1111111 1110000 1100000 0 1100 110010 10101101 1011100 11010

Color Harmonies of #057F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F70

Black with #057F70

Text Example


Text Example

White with #057F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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