Html Css Color HEX #016611 Green

📋 copy color: '#016611'

red 1 ◦ green 102 ◦ blue 17

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

Shades of Green #016611

Tints of Green #016611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 85%

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 0.83%
G = 85%
B = 14.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.6

RGB Variations

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

Color information

#016611 (or 0x016611) is known color: Green. HEX triplet: 01, 66 and 11. RGB value is (1,102,17). Sum of RGB (Red+Green+Blue) = 1+102+17=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 102 (40.23% from 255 or 85% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 102 - color contains mainly: green. Hex color #016611 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016611 is #FE99EE. Grayscale: #3E3E3E. Windows color (decimal): -16685551 or 1140225. OLE color: 1140225.

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

Color convert

RGB 1 102 17 -
CMYK 0.99 0 0.83 0.6
HSL 129.5º 0.98% 0.2% -
HSV(B) 129.5º 0.99% 0.4% -
XYZ 4.87 9.55 2.12 -
YUV 62.11 102.54 84.41 -
System Red Green Blue C M Y K H S L
Decimal 1 102 17 0.99 0 0.83 0.6 129.5 0.98 0.2
Hex 1 66 11 63 0 53 3C 82 62 14
Octal 1 146 21 143 0 123 74 202 142 24
Binary 1 1100110 10001 1100011 0 1010011 111100 10000010 1100010 10100

Color Harmonies of #016611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016611

Black with #016611

Text Example


Text Example

White with #016611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016611; }

 p { color: rgb(1,102,17); }

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

background-color css

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

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

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

border-color css

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

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

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