#071102

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

Shades of Pine Tree #071102

Tints of Pine Tree #071102

Color information

#071102 (or 0x071102) is unknown color: approx Pine Tree. HEX triplet: 07, 11 and 02. RGB value is (7,17,2). Sum of RGB (Red+Green+Blue) = 7+17+2=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 17 (7.03% from 255 or 65.38% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 17 - color contains mainly: green. Hex color #071102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071102 is #F8EEFD. Grayscale: #0C0C0C. Windows color (decimal): -16314110 or 135431. OLE color: 135431.

HSL color Cylindrical-coordinate representation of color #071102: hue angle of 100º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #071102 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.93.

Color convert

RGB7172-
CMYK0.5900.880.93
HSL100º78.95%3.73%-
HSV(B)100º88.24%6.67%-
XYZ0.30.450.13-
YUV12.3122.19124.22-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 17 (7.03% from 255) = 65.38%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=26.92%
G=65.38%
B=7.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71720.5900.880.9310078.953.73
Hex71123B0585D644f4
Octal72127301301351441174
Binary111100011011101101011000101110111001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071102; }

 p { color: rgb(7,17,2); }

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

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

 a { background-color: rgb(7,17,2); }

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

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

 span { border-color: rgb(7,17,2); }

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