Html Css Color HEX #057D69 Pine Green

📋 copy color: '#057D69'

red 5 ◦ green 125 ◦ blue 105

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

Shades of Pine Green #057D69

Tints of Pine Green #057D69

RGB

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

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

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

R = 2.13%
G = 53.19%
B = 44.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#057D69 (or 0x057D69) is known color: Pine Green. HEX triplet: 05, 7D and 69. RGB value is (5,125,105). Sum of RGB (Red+Green+Blue) = 5+125+105=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #057D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057D69 is #FA8296. Grayscale: #565656. Windows color (decimal): -16417431 or 6913285. OLE color: 6913285.

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

Color convert

RGB 5 125 105 -
CMYK 0.96 0 0.16 0.51
HSL 170º 0.92% 0.25% -
HSV(B) 170º 0.96% 0.49% -
XYZ 9.95 15.72 15.87 -
YUV 86.84 138.24 69.63 -
System Red Green Blue C M Y K H S L
Decimal 5 125 105 0.96 0 0.16 0.51 170 0.92 0.25
Hex 5 7D 69 60 0 10 33 AA 5C 19
Octal 5 175 151 140 0 20 63 252 134 31
Binary 101 1111101 1101001 1100000 0 10000 110011 10101010 1011100 11001

Color Harmonies of #057D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057D69

Black with #057D69

Text Example


Text Example

White with #057D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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