#060B04

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

Shades of Pine Tree #060B04

Tints of Pine Tree #060B04

Color information

#060B04 (or 0x060B04) is unknown color: approx Pine Tree. HEX triplet: 06, 0B and 04. RGB value is (6,11,4). Sum of RGB (Red+Green+Blue) = 6+11+4=21 (2% of max value = 765). Red value is 6 (2.73% from 255 or 28.57% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #060B04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B04 is #F9F4FB. Grayscale: #080808. Windows color (decimal): -16381180 or 264966. OLE color: 264966.

HSL color Cylindrical-coordinate representation of color #060B04: hue angle of 102.86º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #060B04 is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.96.

Color convert

RGB6114-
CMYK0.4500.640.96
HSL102.86º46.67%2.94%-
HSV(B)102.86º63.64%4.31%-
XYZ0.220.290.16-
YUV8.71125.34126.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 28.57%
GREEN value IS 11 (4.69% from 255) = 52.38%
BLUE value IS 4 (1.95% from 255) = 19.05%
R=28.57%
G=52.38%
B=19.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal61140.4500.640.96102.8646.672.94
Hex6B42D04060672f3
Octal6134550100140147573
Binary1101011100101101010000001100000110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060B04; }

 p { color: rgb(6,11,4); }

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

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

 a { background-color: rgb(6,11,4); }

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

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

 span { border-color: rgb(6,11,4); }

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