Html Css Color HEX #117410 Green

📋 copy color: '#117410'

red 17 ◦ green 116 ◦ blue 16

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

Shades of Green #117410

Tints of Green #117410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 77.85%

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

R = 11.41%
G = 77.85%
B = 10.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#117410 (or 0x117410) is known color: Green. HEX triplet: 11, 74 and 10. RGB value is (17,116,16). Sum of RGB (Red+Green+Blue) = 17+116+16=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 116 (45.70% from 255 or 77.85% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 116 - color contains mainly: green. Hex color #117410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117410 is #EE8BEF. Grayscale: #4B4B4B. Windows color (decimal): -15633392 or 1078289. OLE color: 1078289.

HSL color Cylindrical-coordinate representation of color #117410: hue angle of 119.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117410 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 116 16 -
CMYK 0.85 0 0.86 0.55
HSL 119.4º 0.76% 0.26% -
HSV(B) 119.4º 0.86% 0.45% -
XYZ 6.57 12.65 2.59 -
YUV 75 94.7 86.63 -
System Red Green Blue C M Y K H S L
Decimal 17 116 16 0.85 0 0.86 0.55 119.4 0.76 0.26
Hex 11 74 10 55 0 56 37 77 4C 1A
Octal 21 164 20 125 0 126 67 167 114 32
Binary 10001 1110100 10000 1010101 0 1010110 110111 1110111 1001100 11010

Color Harmonies of #117410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117410

Black with #117410

Text Example


Text Example

White with #117410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117410; }

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

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

background-color css

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

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

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

border-color css

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

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

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