#090C07

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

Shades of Pine Tree #090C07

Tints of Pine Tree #090C07

Color information

#090C07 (or 0x090C07) is unknown color: approx Pine Tree. HEX triplet: 09, 0C and 07. RGB value is (9,12,7). Sum of RGB (Red+Green+Blue) = 9+12+7=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 7 (3.12% from 255 or 25% from 28); Max value from RGB is 12 - color contains mainly: green. Hex color #090C07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C07 is #F6F3F8. Grayscale: #0A0A0A. Windows color (decimal): -16184313 or 461833. OLE color: 461833.

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

Color convert

RGB9127-
CMYK0.2500.420.95
HSL96º26.32%3.73%-
HSV(B)96º41.67%4.71%-
XYZ0.280.340.25-
YUV10.53126.01126.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 32.14%
GREEN value IS 12 (5.08% from 255) = 42.86%
BLUE value IS 7 (3.12% from 255) = 25%
R=32.14%
G=42.86%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal91270.2500.420.959626.323.73
Hex9C71902A5F601a4
Octal1114731052137140324
Binary100111001111100101010101011111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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