#080B06

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

Shades of Pine Tree #080B06

Tints of Pine Tree #080B06

Color information

#080B06 (or 0x080B06) is unknown color: approx Pine Tree. HEX triplet: 08, 0B and 06. RGB value is (8,11,6). Sum of RGB (Red+Green+Blue) = 8+11+6=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #080B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B06 is #F7F4F9. Grayscale: #090909. Windows color (decimal): -16250106 or 396040. OLE color: 396040.

HSL color Cylindrical-coordinate representation of color #080B06: hue angle of 96º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #080B06 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.96.

Color convert

RGB8116-
CMYK0.2700.450.96
HSL96º29.41%3.33%-
HSV(B)96º45.45%4.31%-
XYZ0.250.30.22-
YUV9.53126.01126.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 32%
GREEN value IS 11 (4.69% from 255) = 44%
BLUE value IS 6 (2.73% from 255) = 24%
R=32%
G=44%
B=24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81160.2700.450.969629.413.33
Hex8B61B02D60601d3
Octal1013633055140140353
Binary10001011110110110101101110000011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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