Html Css Color HEX #016D6B Pine Green

📋 copy color: '#016D6B'

red 1 ◦ green 109 ◦ blue 107

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

Shades of Pine Green #016D6B

Tints of Pine Green #016D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.31%

R = 0.46%
G = 50.23%
B = 49.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#016D6B (or 0x016D6B) is known color: Pine Green. HEX triplet: 01, 6D and 6B. RGB value is (1,109,107). Sum of RGB (Red+Green+Blue) = 1+109+107=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #016D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D6B is #FE9294. Grayscale: #4C4C4C. Windows color (decimal): -16683669 or 7040257. OLE color: 7040257.

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

Color convert

RGB 1 109 107 -
CMYK 0.99 0 0.02 0.57
HSL 178.89º 0.98% 0.22% -
HSV(B) 178.89º 0.99% 0.43% -
XYZ 8.13 12.01 15.8 -
YUV 76.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 1 109 107 0.99 0 0.02 0.57 178.89 0.98 0.22
Hex 1 6D 6B 63 0 2 39 B3 62 16
Octal 1 155 153 143 0 2 71 263 142 26
Binary 1 1101101 1101011 1100011 0 10 111001 10110011 1100010 10110

Color Harmonies of #016D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D6B

Black with #016D6B

Text Example


Text Example

White with #016D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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