Html Css Color HEX #116B13 Green

📋 copy color: '#116B13'

red 17 ◦ green 107 ◦ blue 19

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

Shades of Green #116B13

Tints of Green #116B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 74.83%

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 11.89%
G = 74.83%
B = 13.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#116B13 (or 0x116B13) is known color: Green. HEX triplet: 11, 6B and 13. RGB value is (17,107,19). Sum of RGB (Red+Green+Blue) = 17+107+19=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #116B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116B13 is #EE94EC. Grayscale: #464646. Windows color (decimal): -15635693 or 1272593. OLE color: 1272593.

HSL color Cylindrical-coordinate representation of color #116B13: hue angle of 121.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116B13 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 107 19 -
CMYK 0.84 0 0.82 0.58
HSL 121.33º 0.73% 0.24% -
HSV(B) 121.33º 0.84% 0.42% -
XYZ 5.61 10.68 2.38 -
YUV 70.06 99.18 90.16 -
System Red Green Blue C M Y K H S L
Decimal 17 107 19 0.84 0 0.82 0.58 121.33 0.73 0.24
Hex 11 6B 13 54 0 52 3A 79 49 18
Octal 21 153 23 124 0 122 72 171 111 30
Binary 10001 1101011 10011 1010100 0 1010010 111010 1111001 1001001 11000

Color Harmonies of #116B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116B13

Black with #116B13

Text Example


Text Example

White with #116B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116B13; }

 p { color: rgb(17,107,19); }

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

background-color css

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

 a { background-color: rgb(17,107,19); }

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

border-color css

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

 span { border-color: rgb(17,107,19); }

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