#161714

Color #161714 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #161714

Tints of Pine Tree #161714

Color information

#161714 (or 0x161714) is unknown color: approx Pine Tree. HEX triplet: 16, 17 and 14. RGB value is (22,23,20). Sum of RGB (Red+Green+Blue) = 22+23+20=65 (8% of max value = 765). Red value is 22 (8.98% from 255 or 33.85% from 65); Green value is 23 (9.38% from 255 or 35.38% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 23 - color contains mainly: green. Hex color #161714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161714 is #E9E8EB. Grayscale: #161616. Windows color (decimal): -15329516 or 1316630. OLE color: 1316630.

HSL color Cylindrical-coordinate representation of color #161714: hue angle of 80º degrees, saturation: 0.07, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #161714 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB222320-
CMYK0.0400.130.91
HSL80º6.98%8.43%-
HSV(B)80º13.04%9.02%-
XYZ0.760.830.78-
YUV22.36126.67127.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 33.85%
GREEN value IS 23 (9.38% from 255) = 35.38%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=33.85%
G=35.38%
B=30.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2223200.0400.130.91806.988.43
Hex16171440D5B5078
Octal2627244015133120710
Binary10110101111010010001101101101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161714; }

 p { color: rgb(22,23,20); }

 H1.HeaderClassName
 {
   color: #161714;
 }
 .AnyTagClassName
 {
   color: #161714;
 }
</style>
background-color css

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

 a { background-color: rgb(22,23,20); }

 div.DivClassName
 {
   background-color: #161714;
 }
 .BgClassName
 {
   background-color: #161714;
 }
</style>
border-color css

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

 span { border-color: rgb(22,23,20); }

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