Html Css Color HEX #016810 Green

📋 copy color: '#016810'

red 1 ◦ green 104 ◦ blue 16

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

Shades of Green #016810

Tints of Green #016810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.22%

R = 0.83%
G = 85.95%
B = 13.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#016810 (or 0x016810) is known color: Green. HEX triplet: 01, 68 and 10. RGB value is (1,104,16). Sum of RGB (Red+Green+Blue) = 1+104+16=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #016810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016810 is #FE97EF. Grayscale: #3F3F3F. Windows color (decimal): -16685040 or 1075201. OLE color: 1075201.

HSL color Cylindrical-coordinate representation of color #016810: hue angle of 128.74º 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 #016810 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 16 -
CMYK 0.99 0 0.85 0.59
HSL 128.74º 0.98% 0.21% -
HSV(B) 128.74º 0.99% 0.41% -
XYZ 5.06 9.94 2.14 -
YUV 63.17 101.38 83.66 -
System Red Green Blue C M Y K H S L
Decimal 1 104 16 0.99 0 0.85 0.59 128.74 0.98 0.21
Hex 1 68 10 63 0 55 3B 81 62 15
Octal 1 150 20 143 0 125 73 201 142 25
Binary 1 1101000 10000 1100011 0 1010101 111011 10000001 1100010 10101

Color Harmonies of #016810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016810

Black with #016810

Text Example


Text Example

White with #016810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016810; }

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

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

background-color css

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

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

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

border-color css

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

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

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