#060705

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

Shades of Pine Tree #060705

Tints of Pine Tree #060705

Color information

#060705 (or 0x060705) is unknown color: approx Pine Tree. HEX triplet: 06, 07 and 05. RGB value is (6,7,5). Sum of RGB (Red+Green+Blue) = 6+7+5=18 (2% of max value = 765). Red value is 6 (2.73% from 255 or 33.33% from 18); Green value is 7 (3.12% from 255 or 38.89% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 7 - color contains mainly: green. Hex color #060705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060705 is #F9F8FA. Grayscale: #060606. Windows color (decimal): -16382203 or 329478. OLE color: 329478.

HSL color Cylindrical-coordinate representation of color #060705: hue angle of 90º degrees, saturation: 0.17, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #060705 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.97.

Color convert

RGB675-
CMYK0.1400.290.97
HSL90º16.67%2.35%-
HSV(B)90º28.57%2.75%-
XYZ0.180.20.17-
YUV6.47127.17127.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 33.33%
GREEN value IS 7 (3.12% from 255) = 38.89%
BLUE value IS 5 (2.34% from 255) = 27.78%
R=33.33%
G=38.89%
B=27.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal6750.1400.290.979016.672.35
Hex675E01D615a112
Octal67516035141132212
Binary1101111011110011101110000110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060705; }

 p { color: rgb(6,7,5); }

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

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

 a { background-color: rgb(6,7,5); }

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

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

 span { border-color: rgb(6,7,5); }

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