Html Css Color HEX #017A70 Pine Green

📋 copy color: '#017A70'

red 1 ◦ green 122 ◦ blue 112

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

Shades of Pine Green #017A70

Tints of Pine Green #017A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 51.91%

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

R = 0.43%
G = 51.91%
B = 47.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#017A70 (or 0x017A70) is known color: Pine Green. HEX triplet: 01, 7A and 70. RGB value is (1,122,112). Sum of RGB (Red+Green+Blue) = 1+122+112=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #017A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017A70 is #FE858F. Grayscale: #545454. Windows color (decimal): -16680336 or 7371265. OLE color: 7371265.

HSL color Cylindrical-coordinate representation of color #017A70: hue angle of 175.04º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A70 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 112 -
CMYK 0.99 0 0.08 0.52
HSL 175.04º 0.98% 0.24% -
HSV(B) 175.04º 0.99% 0.48% -
XYZ 9.9 15.1 17.72 -
YUV 84.68 143.41 68.31 -
System Red Green Blue C M Y K H S L
Decimal 1 122 112 0.99 0 0.08 0.52 175.04 0.98 0.24
Hex 1 7A 70 63 0 8 34 AF 62 18
Octal 1 172 160 143 0 10 64 257 142 30
Binary 1 1111010 1110000 1100011 0 1000 110100 10101111 1100010 11000

Color Harmonies of #017A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A70

Black with #017A70

Text Example


Text Example

White with #017A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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