Html Css Color HEX #116410 Green

📋 copy color: '#116410'

red 17 ◦ green 100 ◦ blue 16

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

Shades of Green #116410

Tints of Green #116410

RGB

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

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

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

R = 12.78%
G = 75.19%
B = 12.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#116410 (or 0x116410) is known color: Green. HEX triplet: 11, 64 and 10. RGB value is (17,100,16). Sum of RGB (Red+Green+Blue) = 17+100+16=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 100 (39.45% from 255 or 75.19% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 100 - color contains mainly: green. Hex color #116410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116410 is #EE9BEF. Grayscale: #414141. Windows color (decimal): -15637488 or 1074193. OLE color: 1074193.

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

Color convert

RGB 17 100 16 -
CMYK 0.83 0 0.84 0.61
HSL 119.29º 0.72% 0.23% -
HSV(B) 119.29º 0.84% 0.39% -
XYZ 4.88 9.27 2.02 -
YUV 65.61 100 93.33 -
System Red Green Blue C M Y K H S L
Decimal 17 100 16 0.83 0 0.84 0.61 119.29 0.72 0.23
Hex 11 64 10 53 0 54 3D 77 48 17
Octal 21 144 20 123 0 124 75 167 110 27
Binary 10001 1100100 10000 1010011 0 1010100 111101 1110111 1001000 10111

Color Harmonies of #116410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116410

Black with #116410

Text Example


Text Example

White with #116410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116410; }

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

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

background-color css

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

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

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

border-color css

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

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

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