Html Css Color HEX #011706 Dark Green

📋 copy color: '#011706'

red 1 ◦ green 23 ◦ blue 6

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

Shades of Dark Green #011706

Tints of Dark Green #011706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 76.67%

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

R = 3.33%
G = 76.67%
B = 20%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.91

RGB Variations

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

Color information

#011706 (or 0x011706) is known color: Dark Green. HEX triplet: 01, 17 and 06. RGB value is (1,23,6). Sum of RGB (Red+Green+Blue) = 1+23+6=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 23 (9.38% from 255 or 76.67% from 30); Blue value is 6 (2.73% from 255 or 20% from 30); Max value from RGB is 23 - color contains mainly: green. Hex color #011706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011706 is #FEE8F9. Grayscale: #0E0E0E. Windows color (decimal): -16705786 or 399105. OLE color: 399105.

HSL color Cylindrical-coordinate representation of color #011706: hue angle of 133.64º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011706 is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 23 6 -
CMYK 0.96 0 0.74 0.91
HSL 133.64º 0.92% 0.05% -
HSV(B) 133.64º 0.96% 0.09% -
XYZ 0.35 0.63 0.28 -
YUV 14.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 1 23 6 0.96 0 0.74 0.91 133.64 0.92 0.05
Hex 1 17 6 60 0 4A 5B 86 5C 5
Octal 1 27 6 140 0 112 133 206 134 5
Binary 1 10111 110 1100000 0 1001010 1011011 10000110 1011100 101

Color Harmonies of #011706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011706

Black with #011706

Text Example


Text Example

White with #011706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011706; }

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

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

background-color css

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

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

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

border-color css

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

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

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