#060902

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

Shades of Pine Tree #060902

Tints of Pine Tree #060902

Color information

#060902 (or 0x060902) is unknown color: approx Pine Tree. HEX triplet: 06, 09 and 02. RGB value is (6,9,2). Sum of RGB (Red+Green+Blue) = 6+9+2=17 (2% of max value = 765). Red value is 6 (2.73% from 255 or 35.29% from 17); Green value is 9 (3.91% from 255 or 52.94% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 9 - color contains mainly: green. Hex color #060902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060902 is #F9F6FD. Grayscale: #070707. Windows color (decimal): -16381694 or 133382. OLE color: 133382.

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

Color convert

RGB692-
CMYK0.3300.780.96
HSL85.71º63.64%2.16%-
HSV(B)85.71º77.78%3.53%-
XYZ0.180.240.09-
YUV7.3125.01127.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 35.29%
GREEN value IS 9 (3.91% from 255) = 52.94%
BLUE value IS 2 (1.17% from 255) = 11.76%
R=35.29%
G=52.94%
B=11.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal6920.3300.780.9685.7163.642.16
Hex6922104E6056402
Octal61124101161401261002
Binary1101001101000010100111011000001010110100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060902; }

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

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

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

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

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

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

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

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