#060900

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

Shades of Pine Tree #060900

Tints of Pine Tree #060900

Color information

#060900 (or 0x060900) is unknown color: approx Pine Tree. HEX triplet: 06, 09 and 00. RGB value is (6,9,0). Sum of RGB (Red+Green+Blue) = 6+9+0=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 9 (3.91% from 255 or 60% from 15); Blue value is 0 (0.39% from 255 or 0% from 15); Max value from RGB is 9 - color contains mainly: green. Hex color #060900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060900 is #F9F6FF. Grayscale: #070707. Windows color (decimal): -16381696 or 2310. OLE color: 2310.

HSL color Cylindrical-coordinate representation of color #060900: hue angle of 80º 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 #060900 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.96.

Color convert

RGB690-
CMYK0.33010.96
HSL80º100%1.76%-
HSV(B)80º100%3.53%-
XYZ0.170.230.04-
YUV7.08124.01127.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 60%
BLUE value IS 0 (0.39% from 255) = 0%
R=40%
G=60%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal6900.33010.96801001.76
Hex690210646050642
Octal61104101441401201442
Binary110100101000010110010011000001010000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060900; }

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

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

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

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

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

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

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

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