Html Css Color HEX #016706 Green

📋 copy color: '#016706'

red 1 ◦ green 103 ◦ blue 6

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

Shades of Green #016706

Tints of Green #016706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 93.64%

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

R = 0.91%
G = 93.64%
B = 5.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#016706 (or 0x016706) is known color: Green. HEX triplet: 01, 67 and 06. RGB value is (1,103,6). Sum of RGB (Red+Green+Blue) = 1+103+6=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 103 (40.62% from 255 or 93.64% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 103 - color contains mainly: green. Hex color #016706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016706 is #FE98F9. Grayscale: #3D3D3D. Windows color (decimal): -16685306 or 419585. OLE color: 419585.

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

Color convert

RGB 1 103 6 -
CMYK 0.99 0 0.94 0.60
HSL 122.94º 0.98% 0.2% -
HSV(B) 122.94º 0.99% 0.4% -
XYZ 4.9 9.72 1.79 -
YUV 61.44 96.71 84.89 -
System Red Green Blue C M Y K H S L
Decimal 1 103 6 0.99 0 0.94 0.60 122.94 0.98 0.2
Hex 1 67 6 63 0 5E 3C 7B 62 14
Octal 1 147 6 143 0 136 74 173 142 24
Binary 1 1100111 110 1100011 0 1011110 111100 1111011 1100010 10100

Color Harmonies of #016706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016706

Black with #016706

Text Example


Text Example

White with #016706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016706; }

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

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

background-color css

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

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

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

border-color css

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

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

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