Html Css Color HEX #057767 Pine Green

📋 copy color: '#057767'

red 5 ◦ green 119 ◦ blue 103

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

Shades of Pine Green #057767

Tints of Pine Green #057767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.37%

R = 2.2%
G = 52.42%
B = 45.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#057767 (or 0x057767) is known color: Pine Green. HEX triplet: 05, 77 and 67. RGB value is (5,119,103). Sum of RGB (Red+Green+Blue) = 5+119+103=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 119 (46.88% from 255 or 52.42% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 119 - color contains mainly: green. Hex color #057767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057767 is #FA8898. Grayscale: #535353. Windows color (decimal): -16418969 or 6780677. OLE color: 6780677.

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

Color convert

RGB 5 119 103 -
CMYK 0.96 0 0.13 0.53
HSL 171.58º 0.92% 0.24% -
HSV(B) 171.58º 0.96% 0.47% -
XYZ 9.11 14.21 15.09 -
YUV 83.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 5 119 103 0.96 0 0.13 0.53 171.58 0.92 0.24
Hex 5 77 67 60 0 D 35 AC 5C 18
Octal 5 167 147 140 0 15 65 254 134 30
Binary 101 1110111 1100111 1100000 0 1101 110101 10101100 1011100 11000

Color Harmonies of #057767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057767

Black with #057767

Text Example


Text Example

White with #057767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057767; }

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

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

background-color css

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

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

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

border-color css

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

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

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