#090C06

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

Shades of Pine Tree #090C06

Tints of Pine Tree #090C06

Color information

#090C06 (or 0x090C06) is unknown color: approx Pine Tree. HEX triplet: 09, 0C and 06. RGB value is (9,12,6). Sum of RGB (Red+Green+Blue) = 9+12+6=27 (3% of max value = 765). Red value is 9 (3.91% from 255 or 33.33% from 27); Green value is 12 (5.08% from 255 or 44.44% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 12 - color contains mainly: green. Hex color #090C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C06 is #F6F3F9. Grayscale: #0A0A0A. Windows color (decimal): -16184314 or 396297. OLE color: 396297.

HSL color Cylindrical-coordinate representation of color #090C06: hue angle of 90º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #090C06 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.

Color convert

RGB9126-
CMYK0.2500.500.95
HSL90º33.33%3.53%-
HSV(B)90º50%4.71%-
XYZ0.280.330.22-
YUV10.42125.51126.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 44.44%
BLUE value IS 6 (2.73% from 255) = 22.22%
R=33.33%
G=44.44%
B=22.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal91260.2500.500.959033.333.53
Hex9C6190325F5a214
Octal1114631062137132414
Binary1001110011011001011001010111111011010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090C06; }

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

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

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

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

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

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

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

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