Html Css Color HEX #017670 Pine Green

📋 copy color: '#017670'

red 1 ◦ green 118 ◦ blue 112

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

Shades of Pine Green #017670

Tints of Pine Green #017670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.08%

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

R = 0.43%
G = 51.08%
B = 48.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#017670 (or 0x017670) is known color: Pine Green. HEX triplet: 01, 76 and 70. RGB value is (1,118,112). Sum of RGB (Red+Green+Blue) = 1+118+112=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #017670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017670 is #FE898F. Grayscale: #525252. Windows color (decimal): -16681360 or 7370241. OLE color: 7370241.

HSL color Cylindrical-coordinate representation of color #017670: hue angle of 176.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017670 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 118 112 -
CMYK 0.99 0 0.05 0.54
HSL 176.92º 0.98% 0.23% -
HSV(B) 176.92º 0.99% 0.46% -
XYZ 9.42 14.13 17.56 -
YUV 82.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 1 118 112 0.99 0 0.05 0.54 176.92 0.98 0.23
Hex 1 76 70 63 0 5 36 B1 62 17
Octal 1 166 160 143 0 5 66 261 142 27
Binary 1 1110110 1110000 1100011 0 101 110110 10110001 1100010 10111

Color Harmonies of #017670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017670

Black with #017670

Text Example


Text Example

White with #017670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017670; }

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

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

background-color css

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

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

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

border-color css

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

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

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