Html Css Color HEX #016F6A Pine Green

📋 copy color: '#016F6A'

red 1 ◦ green 111 ◦ blue 106

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

Shades of Pine Green #016F6A

Tints of Pine Green #016F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 48.62%

R = 0.46%
G = 50.92%
B = 48.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#016F6A (or 0x016F6A) is known color: Pine Green. HEX triplet: 01, 6F and 6A. RGB value is (1,111,106). Sum of RGB (Red+Green+Blue) = 1+111+106=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 106 (41.80% from 255 or 48.62% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #016F6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F6A is #FE9095. Grayscale: #4D4D4D. Windows color (decimal): -16683158 or 6975233. OLE color: 6975233.

HSL color Cylindrical-coordinate representation of color #016F6A: hue angle of 177.27º 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 #016F6A is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 106 -
CMYK 0.99 0 0.05 0.56
HSL 177.27º 0.98% 0.22% -
HSV(B) 177.27º 0.99% 0.44% -
XYZ 8.3 12.42 15.59 -
YUV 77.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 1 111 106 0.99 0 0.05 0.56 177.27 0.98 0.22
Hex 1 6F 6A 63 0 5 38 B1 62 16
Octal 1 157 152 143 0 5 70 261 142 26
Binary 1 1101111 1101010 1100011 0 101 111000 10110001 1100010 10110

Color Harmonies of #016F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F6A

Black with #016F6A

Text Example


Text Example

White with #016F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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