Html Css Color HEX #016806 Green

📋 copy color: '#016806'

red 1 ◦ green 104 ◦ blue 6

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

Shades of Green #016806

Tints of Green #016806

RGB

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

 GREEN value IS 104 (41.02% from 255) = 93.69%

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

R = 0.9%
G = 93.69%
B = 5.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.59

RGB Variations

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

Color information

#016806 (or 0x016806) is known color: Green. HEX triplet: 01, 68 and 06. RGB value is (1,104,6). Sum of RGB (Red+Green+Blue) = 1+104+6=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 104 (41.02% from 255 or 93.69% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 104 - color contains mainly: green. Hex color #016806 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016806 is #FE97F9. Grayscale: #3E3E3E. Windows color (decimal): -16685050 or 419841. OLE color: 419841.

HSL color Cylindrical-coordinate representation of color #016806: hue angle of 122.91º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016806 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 6 -
CMYK 0.99 0 0.94 0.59
HSL 122.91º 0.98% 0.21% -
HSV(B) 122.91º 0.99% 0.41% -
XYZ 5 9.92 1.82 -
YUV 62.03 96.38 84.47 -
System Red Green Blue C M Y K H S L
Decimal 1 104 6 0.99 0 0.94 0.59 122.91 0.98 0.21
Hex 1 68 6 63 0 5E 3B 7B 62 15
Octal 1 150 6 143 0 136 73 173 142 25
Binary 1 1101000 110 1100011 0 1011110 111011 1111011 1100010 10101

Color Harmonies of #016806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016806

Black with #016806

Text Example


Text Example

White with #016806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016806; }

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

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

background-color css

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

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

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

border-color css

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

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

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