Html Css Color HEX #017970 Pine Green

📋 copy color: '#017970'

red 1 ◦ green 121 ◦ blue 112

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

Shades of Pine Green #017970

Tints of Pine Green #017970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.71%

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 0.43%
G = 51.71%
B = 47.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#017970 (or 0x017970) is known color: Pine Green. HEX triplet: 01, 79 and 70. RGB value is (1,121,112). Sum of RGB (Red+Green+Blue) = 1+121+112=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 121 (47.66% from 255 or 51.71% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 121 - color contains mainly: green. Hex color #017970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017970 is #FE868F. Grayscale: #545454. Windows color (decimal): -16680592 or 7371009. OLE color: 7371009.

HSL color Cylindrical-coordinate representation of color #017970: hue angle of 175.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017970 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 121 112 -
CMYK 0.99 0 0.07 0.53
HSL 175.5º 0.98% 0.24% -
HSV(B) 175.5º 0.99% 0.47% -
XYZ 9.77 14.85 17.68 -
YUV 84.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 1 121 112 0.99 0 0.07 0.53 175.5 0.98 0.24
Hex 1 79 70 63 0 7 35 B0 62 18
Octal 1 171 160 143 0 7 65 260 142 30
Binary 1 1111001 1110000 1100011 0 111 110101 10110000 1100010 11000

Color Harmonies of #017970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017970

Black with #017970

Text Example


Text Example

White with #017970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017970; }

 p { color: rgb(1,121,112); }

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

background-color css

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

 a { background-color: rgb(1,121,112); }

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

border-color css

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

 span { border-color: rgb(1,121,112); }

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