Html Css Color HEX #016F71 Pine Green

📋 copy color: '#016F71'

red 1 ◦ green 111 ◦ blue 113

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

Shades of Pine Green #016F71

Tints of Pine Green #016F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.33%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 0.44%
G = 49.33%
B = 50.22%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#016F71 (or 0x016F71) is known color: Pine Green. HEX triplet: 01, 6F and 71. RGB value is (1,111,113). Sum of RGB (Red+Green+Blue) = 1+111+113=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #016F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F71 is #FE908E. Grayscale: #4E4E4E. Windows color (decimal): -16683151 or 7433985. OLE color: 7433985.

HSL color Cylindrical-coordinate representation of color #016F71: hue angle of 181.07º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F71 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 113 -
CMYK 0.99 0.02 0 0.56
HSL 181.07º 0.98% 0.22% -
HSV(B) 181.07º 0.99% 0.44% -
XYZ 8.68 12.57 17.59 -
YUV 78.34 147.56 72.84 -
System Red Green Blue C M Y K H S L
Decimal 1 111 113 0.99 0.02 0 0.56 181.07 0.98 0.22
Hex 1 6F 71 63 2 0 38 B5 62 16
Octal 1 157 161 143 2 0 70 265 142 26
Binary 1 1101111 1110001 1100011 10 0 111000 10110101 1100010 10110

Color Harmonies of #016F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F71

Black with #016F71

Text Example


Text Example

White with #016F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016F71; }

 p { color: rgb(1,111,113); }

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

background-color css

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

 a { background-color: rgb(1,111,113); }

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

border-color css

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

 span { border-color: rgb(1,111,113); }

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