Html Css Color HEX #016C6B Pine Green

📋 copy color: '#016C6B'

red 1 ◦ green 108 ◦ blue 107

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

Shades of Pine Green #016C6B

Tints of Pine Green #016C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 50%

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

R = 0.46%
G = 50%
B = 49.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#016C6B (or 0x016C6B) is known color: Pine Green. HEX triplet: 01, 6C and 6B. RGB value is (1,108,107). Sum of RGB (Red+Green+Blue) = 1+108+107=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #016C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C6B is #FE9394. Grayscale: #4B4B4B. Windows color (decimal): -16683925 or 7040001. OLE color: 7040001.

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

Color convert

RGB 1 108 107 -
CMYK 0.99 0 0.01 0.58
HSL 179.44º 0.98% 0.21% -
HSV(B) 179.44º 0.99% 0.42% -
XYZ 8.03 11.79 15.76 -
YUV 75.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 1 108 107 0.99 0 0.01 0.58 179.44 0.98 0.21
Hex 1 6C 6B 63 0 1 3A B3 62 15
Octal 1 154 153 143 0 1 72 263 142 25
Binary 1 1101100 1101011 1100011 0 1 111010 10110011 1100010 10101

Color Harmonies of #016C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016C6B

Black with #016C6B

Text Example


Text Example

White with #016C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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