Html Css Color HEX #017870 Pine Green

📋 copy color: '#017870'

red 1 ◦ green 120 ◦ blue 112

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

Shades of Pine Green #017870

Tints of Pine Green #017870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.5%

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

R = 0.43%
G = 51.5%
B = 48.07%

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

#017870 (or 0x017870) is known color: Pine Green. HEX triplet: 01, 78 and 70. RGB value is (1,120,112). Sum of RGB (Red+Green+Blue) = 1+120+112=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 120 (47.27% from 255 or 51.50% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 120 - color contains mainly: green. Hex color #017870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017870 is #FE878F. Grayscale: #535353. Windows color (decimal): -16680848 or 7370753. OLE color: 7370753.

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

Color convert

RGB 1 120 112 -
CMYK 0.99 0 0.07 0.53
HSL 175.97º 0.98% 0.24% -
HSV(B) 175.97º 0.99% 0.47% -
XYZ 9.65 14.61 17.64 -
YUV 83.51 144.08 69.15 -
System Red Green Blue C M Y K H S L
Decimal 1 120 112 0.99 0 0.07 0.53 175.97 0.98 0.24
Hex 1 78 70 63 0 7 35 B0 62 18
Octal 1 170 160 143 0 7 65 260 142 30
Binary 1 1111000 1110000 1100011 0 111 110101 10110000 1100010 11000

Color Harmonies of #017870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017870

Black with #017870

Text Example


Text Example

White with #017870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017870; }

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

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

background-color css

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

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

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

border-color css

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

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

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