Html Css Color HEX #010806 Dark Green

📋 copy color: '#010806'

red 1 ◦ green 8 ◦ blue 6

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

Shades of Dark Green #010806

Tints of Dark Green #010806

RGB

 RED value IS 1 (0.78% from 255) = 6.67%

 GREEN value IS 8 (3.52% from 255) = 53.33%

 BLUE value IS 6 (2.73% from 255) = 40%

R = 6.67%
G = 53.33%
B = 40%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.97

RGB Variations

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

Color information

#010806 (or 0x010806) is known color: Dark Green. HEX triplet: 01, 08 and 06. RGB value is (1,8,6). Sum of RGB (Red+Green+Blue) = 1+8+6=15 (1% of max value = 765). Red value is 1 (0.78% from 255 or 6.67% from 15); Green value is 8 (3.52% from 255 or 53.33% from 15); Blue value is 6 (2.73% from 255 or 40% from 15); Max value from RGB is 8 - color contains mainly: green. Hex color #010806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010806 is #FEF7F9. Grayscale: #050505. Windows color (decimal): -16709626 or 395265. OLE color: 395265.

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

Color convert

RGB 1 8 6 -
CMYK 0.88 0 0.25 0.97
HSL 162.86º 0.78% 0.02% -
HSV(B) 162.86º 0.88% 0.03% -
XYZ 0.13 0.19 0.2 -
YUV 5.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 1 8 6 0.88 0 0.25 0.97 162.86 0.78 0.02
Hex 1 8 6 58 0 19 61 A3 4E 2
Octal 1 10 6 130 0 31 141 243 116 2
Binary 1 1000 110 1011000 0 11001 1100001 10100011 1001110 10

Color Harmonies of #010806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010806

Black with #010806

Text Example


Text Example

White with #010806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010806; }

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

 H1.HeaderClassName
 {
   color: #010806;
 }
 .AnyTagClassName
 {
   color: #010806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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