#0A0C06

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

Shades of Pine Tree #0A0C06

Tints of Pine Tree #0A0C06

Color information

#0A0C06 (or 0x0A0C06) is unknown color: approx Pine Tree. HEX triplet: 0A, 0C and 06. RGB value is (10,12,6). Sum of RGB (Red+Green+Blue) = 10+12+6=28 (3% of max value = 765). Red value is 10 (4.30% from 255 or 35.71% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 12 - color contains mainly: green. Hex color #0A0C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0C06 is #F5F3F9. Grayscale: #0A0A0A. Windows color (decimal): -16118778 or 396298. OLE color: 396298.

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

Color convert

RGB10126-
CMYK0.1700.500.95
HSL80º33.33%3.53%-
HSV(B)80º50%4.71%-
XYZ0.290.340.22-
YUV10.72125.34127.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 35.71%
GREEN value IS 12 (5.08% from 255) = 42.86%
BLUE value IS 6 (2.73% from 255) = 21.43%
R=35.71%
G=42.86%
B=21.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal101260.1700.500.958033.333.53
HexAC6110325F50214
Octal1214621062137120414
Binary1010110011010001011001010111111010000100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A0C06; }

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

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

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

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

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

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

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

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