Html Css Color HEX #116401 Green

📋 copy color: '#116401'

red 17 ◦ green 100 ◦ blue 1

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

Shades of Green #116401

Tints of Green #116401

RGB

 RED value IS 17 (7.03% from 255) = 14.41%

 GREEN value IS 100 (39.45% from 255) = 84.75%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 14.41%
G = 84.75%
B = 0.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#116401 (or 0x116401) is known color: Green. HEX triplet: 11, 64 and 01. RGB value is (17,100,1). Sum of RGB (Red+Green+Blue) = 17+100+1=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #116401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116401 is #EE9BFE. Grayscale: #404040. Windows color (decimal): -15637503 or 91153. OLE color: 91153.

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

Color convert

RGB 17 100 1 -
CMYK 0.83 0 0.99 0.61
HSL 110.3º 0.98% 0.2% -
HSV(B) 110.3º 0.99% 0.39% -
XYZ 4.79 9.24 1.56 -
YUV 63.9 92.5 94.55 -
System Red Green Blue C M Y K H S L
Decimal 17 100 1 0.83 0 0.99 0.61 110.3 0.98 0.2
Hex 11 64 1 53 0 63 3D 6E 62 14
Octal 21 144 1 123 0 143 75 156 142 24
Binary 10001 1100100 1 1010011 0 1100011 111101 1101110 1100010 10100

Color Harmonies of #116401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116401

Black with #116401

Text Example


Text Example

White with #116401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116401; }

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

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

background-color css

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

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

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

border-color css

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

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

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