Html Css Color HEX #017C73 Pine Green

📋 copy color: '#017C73'

red 1 ◦ green 124 ◦ blue 115

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

Shades of Pine Green #017C73

Tints of Pine Green #017C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.67%

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

R = 0.42%
G = 51.67%
B = 47.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#017C73 (or 0x017C73) is known color: Pine Green. HEX triplet: 01, 7C and 73. RGB value is (1,124,115). Sum of RGB (Red+Green+Blue) = 1+124+115=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #017C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C73 is #FE838C. Grayscale: #565656. Windows color (decimal): -16679821 or 7568385. OLE color: 7568385.

HSL color Cylindrical-coordinate representation of color #017C73: hue angle of 175.61º 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 #017C73 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 1 124 115 -
CMYK 0.99 0 0.07 0.51
HSL 175.61º 0.98% 0.25% -
HSV(B) 175.61º 0.99% 0.49% -
XYZ 10.31 15.66 18.7 -
YUV 86.2 144.25 67.23 -
System Red Green Blue C M Y K H S L
Decimal 1 124 115 0.99 0 0.07 0.51 175.61 0.98 0.25
Hex 1 7C 73 63 0 7 33 B0 62 19
Octal 1 174 163 143 0 7 63 260 142 31
Binary 1 1111100 1110011 1100011 0 111 110011 10110000 1100010 11001

Color Harmonies of #017C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C73

Black with #017C73

Text Example


Text Example

White with #017C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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