Html Css Color HEX #000806 Dark Green

📋 copy color: '#000806'

red 0 ◦ green 8 ◦ blue 6

#000806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #000806

Tints of Dark Green #000806

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 value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.97

RGB Variations

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

Color information

#000806 (or 0x000806) is known color: 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

RGB 0 8 6 -
CMYK 1 0 0.25 0.97
HSL 165º 1% 0.02% -
HSV(B) 165º 1% 0.03% -
XYZ 0.12 0.19 0.2 -
YUV 5.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 0 8 6 1 0 0.25 0.97 165 1 0.02
Hex 0 8 6 64 0 19 61 A5 64 2
Octal 0 10 6 144 0 31 141 245 144 2
Binary 0 1000 110 1100100 0 11001 1100001 10100101 1100100 10

Color Harmonies of #000806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000806

Black with #000806

Text Example


Text Example

White with #000806

Text Example


Text Example

HTML Codes & Css Web 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>