Html Css Color HEX #116D0F Green

📋 copy color: '#116D0F'

red 17 ◦ green 109 ◦ blue 15

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

Shades of Green #116D0F

Tints of Green #116D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 77.3%

 BLUE value IS 15 (6.25% from 255) = 10.64%

R = 12.06%
G = 77.3%
B = 10.64%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.57

RGB Variations

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

Color information

#116D0F (or 0x116D0F) is known color: Green. HEX triplet: 11, 6D and 0F. RGB value is (17,109,15). Sum of RGB (Red+Green+Blue) = 17+109+15=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 109 (42.97% from 255 or 77.30% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 109 - color contains mainly: green. Hex color #116D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116D0F is #EE92F0. Grayscale: #474747. Windows color (decimal): -15635185 or 1010961. OLE color: 1010961.

HSL color Cylindrical-coordinate representation of color #116D0F: hue angle of 118.72º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #116D0F is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 109 15 -
CMYK 0.84 0 0.86 0.57
HSL 118.72º 0.76% 0.24% -
HSV(B) 118.72º 0.86% 0.43% -
XYZ 5.79 11.09 2.29 -
YUV 70.78 96.52 89.64 -
System Red Green Blue C M Y K H S L
Decimal 17 109 15 0.84 0 0.86 0.57 118.72 0.76 0.24
Hex 11 6D F 54 0 56 39 77 4C 18
Octal 21 155 17 124 0 126 71 167 114 30
Binary 10001 1101101 1111 1010100 0 1010110 111001 1110111 1001100 11000

Color Harmonies of #116D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116D0F

Black with #116D0F

Text Example


Text Example

White with #116D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,109,15); }

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

background-color css

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

 a { background-color: rgb(17,109,15); }

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

border-color css

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

 span { border-color: rgb(17,109,15); }

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