Html Css Color HEX #016D6E Pine Green

📋 copy color: '#016D6E'

red 1 ◦ green 109 ◦ blue 110

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

Shades of Pine Green #016D6E

Tints of Pine Green #016D6E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.55%

 BLUE value IS 110 (43.36% from 255) = 50%

R = 0.45%
G = 49.55%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#016D6E (or 0x016D6E) is known color: Pine Green. HEX triplet: 01, 6D and 6E. RGB value is (1,109,110). Sum of RGB (Red+Green+Blue) = 1+109+110=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #016D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D6E is #FE9291. Grayscale: #4C4C4C. Windows color (decimal): -16683666 or 7236865. OLE color: 7236865.

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

Color convert

RGB 1 109 110 -
CMYK 0.99 0.01 0 0.57
HSL 180.55º 0.98% 0.22% -
HSV(B) 180.55º 0.99% 0.43% -
XYZ 8.3 12.07 16.64 -
YUV 76.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 1 109 110 0.99 0.01 0 0.57 180.55 0.98 0.22
Hex 1 6D 6E 63 1 0 39 B5 62 16
Octal 1 155 156 143 1 0 71 265 142 26
Binary 1 1101101 1101110 1100011 1 0 111001 10110101 1100010 10110

Color Harmonies of #016D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D6E

Black with #016D6E

Text Example


Text Example

White with #016D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,109,110); }

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

background-color css

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

 a { background-color: rgb(1,109,110); }

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

border-color css

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

 span { border-color: rgb(1,109,110); }

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