Html Css Color HEX #057769 Pine Green

📋 copy color: '#057769'

red 5 ◦ green 119 ◦ blue 105

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

Shades of Pine Green #057769

Tints of Pine Green #057769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 45.85%

R = 2.18%
G = 51.97%
B = 45.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#057769 (or 0x057769) is known color: Pine Green. HEX triplet: 05, 77 and 69. RGB value is (5,119,105). Sum of RGB (Red+Green+Blue) = 5+119+105=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #057769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057769 is #FA8896. Grayscale: #535353. Windows color (decimal): -16418967 or 6911749. OLE color: 6911749.

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

Color convert

RGB 5 119 105 -
CMYK 0.96 0 0.12 0.53
HSL 172.63º 0.92% 0.24% -
HSV(B) 172.63º 0.96% 0.47% -
XYZ 9.21 14.25 15.63 -
YUV 83.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 5 119 105 0.96 0 0.12 0.53 172.63 0.92 0.24
Hex 5 77 69 60 0 C 35 AD 5C 18
Octal 5 167 151 140 0 14 65 255 134 30
Binary 101 1110111 1101001 1100000 0 1100 110101 10101101 1011100 11000

Color Harmonies of #057769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057769

Black with #057769

Text Example


Text Example

White with #057769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057769; }

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

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

background-color css

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

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

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

border-color css

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

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

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