#000806

Color #000806 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #000806

Tints of Dark Green #000806

Color information

#000806 (or 0x000806) is unknown color: approx Dark Green. HEX triplet: 00, 08 and 06. RGB value is (0,8,6). Sum of RGB (Red+Green+Blue) = 0+8+6=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 8 (3.52% from 255 or 57.14% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 8 - color contains mainly: green. Hex color #000806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000806 is #FFF7F9. Grayscale: #050505. Windows color (decimal): -16775162 or 395264. OLE color: 395264.

HSL color Cylindrical-coordinate representation of color #000806: hue angle of 165º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000806 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.97.

Color convert

RGB086-
CMYK100.250.97
HSL165º100%1.57%-
HSV(B)165º100%3.14%-
XYZ0.120.190.2-
YUV5.38128.35124.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 57.14%
BLUE value IS 6 (2.73% from 255) = 42.86%
R=0%
G=57.14%
B=42.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal086100.250.971651001.57
Hex0866401961a5642
Octal01061440311412451442
Binary010001101100100011001110000110100101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000806; }

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

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

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

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

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

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

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

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