Html Css Color HEX #057D6F Pine Green

📋 copy color: '#057D6F'

red 5 ◦ green 125 ◦ blue 111

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

Shades of Pine Green #057D6F

Tints of Pine Green #057D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.87%

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 2.07%
G = 51.87%
B = 46.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#057D6F (or 0x057D6F) is known color: Pine Green. HEX triplet: 05, 7D and 6F. RGB value is (5,125,111). Sum of RGB (Red+Green+Blue) = 5+125+111=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #057D6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D6F is #FA8290. Grayscale: #575757. Windows color (decimal): -16417425 or 7306501. OLE color: 7306501.

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

Color convert

RGB 5 125 111 -
CMYK 0.96 0 0.11 0.51
HSL 173º 0.92% 0.25% -
HSV(B) 173º 0.96% 0.49% -
XYZ 10.27 15.85 17.56 -
YUV 87.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 5 125 111 0.96 0 0.11 0.51 173 0.92 0.25
Hex 5 7D 6F 60 0 B 33 AD 5C 19
Octal 5 175 157 140 0 13 63 255 134 31
Binary 101 1111101 1101111 1100000 0 1011 110011 10101101 1011100 11001

Color Harmonies of #057D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D6F

Black with #057D6F

Text Example


Text Example

White with #057D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,125,111); }

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

background-color css

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

 a { background-color: rgb(5,125,111); }

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

border-color css

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

 span { border-color: rgb(5,125,111); }

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