#060A00

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

Shades of Pine Tree #060A00

Tints of Pine Tree #060A00

Color information

#060A00 (or 0x060A00) is unknown color: approx Pine Tree. HEX triplet: 06, 0A and 00. RGB value is (6,10,0). Sum of RGB (Red+Green+Blue) = 6+10+0=16 (2% of max value = 765). Red value is 6 (2.73% from 255 or 37.5% from 16); Green value is 10 (4.30% from 255 or 62.5% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 10 - color contains mainly: green. Hex color #060A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060A00 is #F9F5FF. Grayscale: #070707. Windows color (decimal): -16381440 or 2566. OLE color: 2566.

HSL color Cylindrical-coordinate representation of color #060A00: hue angle of 84º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060A00 is Cyan = 0.4, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB6100-
CMYK0.4010.96
HSL84º100%1.96%-
HSV(B)84º100%3.92%-
XYZ0.180.260.04-
YUV7.66123.67126.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 37.5%
GREEN value IS 10 (4.30% from 255) = 62.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.5%
G=62.5%
B=0%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal61000.4010.96841001.96
Hex6A0280646054642
Octal61205001441401241442
Binary110101001010000110010011000001010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,10,0); }

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

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

 a { background-color: rgb(6,10,0); }

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

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

 span { border-color: rgb(6,10,0); }

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