#080D06

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

Shades of Pine Tree #080D06

Tints of Pine Tree #080D06

Color information

#080D06 (or 0x080D06) is unknown color: approx Pine Tree. HEX triplet: 08, 0D and 06. RGB value is (8,13,6). Sum of RGB (Red+Green+Blue) = 8+13+6=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 13 (5.47% from 255 or 48.15% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 13 - color contains mainly: green. Hex color #080D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D06 is #F7F2F9. Grayscale: #0A0A0A. Windows color (decimal): -16249594 or 396552. OLE color: 396552.

HSL color Cylindrical-coordinate representation of color #080D06: hue angle of 102.86º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #080D06 is Cyan = 0.38, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB8136-
CMYK0.3800.540.95
HSL102.86º36.84%3.73%-
HSV(B)102.86º53.85%5.1%-
XYZ0.280.350.23-
YUV10.71125.34126.07-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 13 (5.47% from 255) = 48.15%
BLUE value IS 6 (2.73% from 255) = 22.22%
R=29.63%
G=48.15%
B=22.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal81360.3800.540.95102.8636.843.73
Hex8D6260365F67254
Octal1015646066137147454
Binary10001101110100110011011010111111100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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