Html Css Color HEX #057F6F Pine Green

📋 copy color: '#057F6F'

red 5 ◦ green 127 ◦ blue 111

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

Shades of Pine Green #057F6F

Tints of Pine Green #057F6F

RGB

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

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

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

R = 2.06%
G = 52.26%
B = 45.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#057F6F (or 0x057F6F) is known color: Pine Green. HEX triplet: 05, 7F and 6F. RGB value is (5,127,111). Sum of RGB (Red+Green+Blue) = 5+127+111=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #057F6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057F6F is #FA8090. Grayscale: #585858. Windows color (decimal): -16416913 or 7307013. OLE color: 7307013.

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

Color convert

RGB 5 127 111 -
CMYK 0.96 0 0.13 0.50
HSL 172.13º 0.92% 0.26% -
HSV(B) 172.13º 0.96% 0.5% -
XYZ 10.52 16.36 17.64 -
YUV 88.7 140.58 68.3 -
System Red Green Blue C M Y K H S L
Decimal 5 127 111 0.96 0 0.13 0.50 172.13 0.92 0.26
Hex 5 7F 6F 60 0 D 32 AC 5C 1A
Octal 5 177 157 140 0 15 62 254 134 32
Binary 101 1111111 1101111 1100000 0 1101 110010 10101100 1011100 11010

Color Harmonies of #057F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057F6F

Black with #057F6F

Text Example


Text Example

White with #057F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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