Html Css Color HEX #116210 Green

📋 copy color: '#116210'

red 17 ◦ green 98 ◦ blue 16

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

Shades of Green #116210

Tints of Green #116210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 74.81%

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

R = 12.98%
G = 74.81%
B = 12.21%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#116210 (or 0x116210) is known color: Green. HEX triplet: 11, 62 and 10. RGB value is (17,98,16). Sum of RGB (Red+Green+Blue) = 17+98+16=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #116210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116210 is #EE9DEF. Grayscale: #404040. Windows color (decimal): -15638000 or 1073681. OLE color: 1073681.

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

Color convert

RGB 17 98 16 -
CMYK 0.83 0 0.84 0.62
HSL 119.27º 0.72% 0.22% -
HSV(B) 119.27º 0.84% 0.38% -
XYZ 4.69 8.89 1.96 -
YUV 64.43 100.66 94.17 -
System Red Green Blue C M Y K H S L
Decimal 17 98 16 0.83 0 0.84 0.62 119.27 0.72 0.22
Hex 11 62 10 53 0 54 3E 77 48 16
Octal 21 142 20 123 0 124 76 167 110 26
Binary 10001 1100010 10000 1010011 0 1010100 111110 1110111 1001000 10110

Color Harmonies of #116210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116210

Black with #116210

Text Example


Text Example

White with #116210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116210; }

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

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

background-color css

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

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

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

border-color css

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

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

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