Html Css Color HEX #010606 Dark Green

📋 copy color: '#010606'

red 1 ◦ green 6 ◦ blue 6

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

Shades of Dark Green #010606

Tints of Dark Green #010606

RGB

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

 GREEN value IS 6 (2.73% from 255) = 46.15%

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

R = 7.69%
G = 46.15%
B = 46.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#010606 (or 0x010606) is known color: Dark Green. HEX triplet: 01, 06 and 06. RGB value is (1,6,6). Sum of RGB (Red+Green+Blue) = 1+6+6=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 6 (2.73% from 255 or 46.15% from 13); Blue value is 6 (2.73% from 255 or 46.15% from 13); Max value from RGB is 6 - color contains mainly: green, blue. Hex color #010606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010606 is #FEF9F9. Grayscale: #040404. Windows color (decimal): -16710138 or 394753. OLE color: 394753.

HSL color Cylindrical-coordinate representation of color #010606: hue angle of 180º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #010606 is Cyan = 0.83, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 1 6 6 -
CMYK 0.83 0 0 0.98
HSL 180º 0.71% 0.01% -
HSV(B) 180º 0.83% 0.02% -
XYZ 0.11 0.15 0.2 -
YUV 4.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 1 6 6 0.83 0 0 0.98 180 0.71 0.01
Hex 1 6 6 53 0 0 62 B4 47 1
Octal 1 6 6 123 0 0 142 264 107 1
Binary 1 110 110 1010011 0 0 1100010 10110100 1000111 1

Color Harmonies of #010606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010606

Black with #010606

Text Example


Text Example

White with #010606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010606; }

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

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

background-color css

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

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

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

border-color css

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

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

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