Html Css Color HEX #017D69 Pine Green

📋 copy color: '#017D69'

red 1 ◦ green 125 ◦ blue 105

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

Shades of Pine Green #017D69

Tints of Pine Green #017D69

RGB

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

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

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

R = 0.43%
G = 54.11%
B = 45.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#017D69 (or 0x017D69) is known color: Pine Green. HEX triplet: 01, 7D and 69. RGB value is (1,125,105). Sum of RGB (Red+Green+Blue) = 1+125+105=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 125 (49.22% from 255 or 54.11% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 125 - color contains mainly: green. Hex color #017D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017D69 is #FE8296. Grayscale: #555555. Windows color (decimal): -16679575 or 6913281. OLE color: 6913281.

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

Color convert

RGB 1 125 105 -
CMYK 0.99 0 0.16 0.51
HSL 170.32º 0.98% 0.25% -
HSV(B) 170.32º 0.99% 0.49% -
XYZ 9.9 15.69 15.87 -
YUV 85.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 1 125 105 0.99 0 0.16 0.51 170.32 0.98 0.25
Hex 1 7D 69 63 0 10 33 AA 62 19
Octal 1 175 151 143 0 20 63 252 142 31
Binary 1 1111101 1101001 1100011 0 10000 110011 10101010 1100010 11001

Color Harmonies of #017D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017D69

Black with #017D69

Text Example


Text Example

White with #017D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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