#080B07

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

Shades of Pine Tree #080B07

Tints of Pine Tree #080B07

Color information

#080B07 (or 0x080B07) is unknown color: approx Pine Tree. HEX triplet: 08, 0B and 07. RGB value is (8,11,7). Sum of RGB (Red+Green+Blue) = 8+11+7=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 7 (3.12% from 255 or 26.92% from 26); Max value from RGB is 11 - color contains mainly: green. Hex color #080B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B07 is #F7F4F8. Grayscale: #090909. Windows color (decimal): -16250105 or 461576. OLE color: 461576.

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

Color convert

RGB8117-
CMYK0.2700.360.96
HSL105º22.22%3.53%-
HSV(B)105º36.36%4.31%-
XYZ0.260.310.25-
YUV9.65126.51126.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 11 (4.69% from 255) = 42.31%
BLUE value IS 7 (3.12% from 255) = 26.92%
R=30.77%
G=42.31%
B=26.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81170.2700.360.9610522.223.53
Hex8B71B0246069164
Octal1013733044140151264
Binary100010111111101101001001100000110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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