#071101

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

Shades of Pine Tree #071101

Tints of Pine Tree #071101

Color information

#071101 (or 0x071101) is unknown color: approx Pine Tree. HEX triplet: 07, 11 and 01. RGB value is (7,17,1). Sum of RGB (Red+Green+Blue) = 7+17+1=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 17 (7.03% from 255 or 68% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 17 - color contains mainly: green. Hex color #071101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071101 is #F8EEFE. Grayscale: #0C0C0C. Windows color (decimal): -16314111 or 69895. OLE color: 69895.

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

Color convert

RGB7171-
CMYK0.5900.940.93
HSL97.5º88.89%3.53%-
HSV(B)97.5º94.12%6.67%-
XYZ0.290.450.1-
YUV12.19121.69124.3-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 28%
GREEN value IS 17 (7.03% from 255) = 68%
BLUE value IS 1 (0.78% from 255) = 4%
R=28%
G=68%
B=4%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71710.5900.940.9397.588.893.53
Hex71113B05E5D62594
Octal72117301361351421314
Binary11110001111101101011110101110111000101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071101; }

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

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

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

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

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

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

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

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