#080C06

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

Shades of Pine Tree #080C06

Tints of Pine Tree #080C06

Color information

#080C06 (or 0x080C06) is unknown color: approx Pine Tree. HEX triplet: 08, 0C and 06. RGB value is (8,12,6). Sum of RGB (Red+Green+Blue) = 8+12+6=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 12 - color contains mainly: green. Hex color #080C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C06 is #F7F3F9. Grayscale: #0A0A0A. Windows color (decimal): -16249850 or 396296. OLE color: 396296.

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

Color convert

RGB8126-
CMYK0.3300.500.95
HSL100º33.33%3.53%-
HSV(B)100º50%4.71%-
XYZ0.260.330.22-
YUV10.12125.67126.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 12 (5.08% from 255) = 46.15%
BLUE value IS 6 (2.73% from 255) = 23.08%
R=30.77%
G=46.15%
B=23.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal81260.3300.500.9510033.333.53
Hex8C6210325F64214
Octal1014641062137144414
Binary10001100110100001011001010111111100100100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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