Html Css Color HEX #017D73 Pine Green

📋 copy color: '#017D73'

red 1 ◦ green 125 ◦ blue 115

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

Shades of Pine Green #017D73

Tints of Pine Green #017D73

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 0.41%
G = 51.87%
B = 47.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#017D73 (or 0x017D73) is known color: Pine Green. HEX triplet: 01, 7D and 73. RGB value is (1,125,115). Sum of RGB (Red+Green+Blue) = 1+125+115=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #017D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D73 is #FE828C. Grayscale: #565656. Windows color (decimal): -16679565 or 7568641. OLE color: 7568641.

HSL color Cylindrical-coordinate representation of color #017D73: hue angle of 175.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D73 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 125 115 -
CMYK 0.99 0 0.08 0.51
HSL 175.16º 0.98% 0.25% -
HSV(B) 175.16º 0.99% 0.49% -
XYZ 10.44 15.91 18.74 -
YUV 86.78 143.92 66.81 -
System Red Green Blue C M Y K H S L
Decimal 1 125 115 0.99 0 0.08 0.51 175.16 0.98 0.25
Hex 1 7D 73 63 0 8 33 AF 62 19
Octal 1 175 163 143 0 10 63 257 142 31
Binary 1 1111101 1110011 1100011 0 1000 110011 10101111 1100010 11001

Color Harmonies of #017D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D73

Black with #017D73

Text Example


Text Example

White with #017D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017D73; }

 p { color: rgb(1,125,115); }

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

background-color css

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

 a { background-color: rgb(1,125,115); }

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

border-color css

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

 span { border-color: rgb(1,125,115); }

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