Html Css Color HEX #116E06 Green

📋 copy color: '#116E06'

red 17 ◦ green 110 ◦ blue 6

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

Shades of Green #116E06

Tints of Green #116E06

RGB

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

 GREEN value IS 110 (43.36% from 255) = 82.71%

 BLUE value IS 6 (2.73% from 255) = 4.51%

R = 12.78%
G = 82.71%
B = 4.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#116E06 (or 0x116E06) is known color: Green. HEX triplet: 11, 6E and 06. RGB value is (17,110,6). Sum of RGB (Red+Green+Blue) = 17+110+6=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 110 (43.36% from 255 or 82.71% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 110 - color contains mainly: green. Hex color #116E06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116E06 is #EE91F9. Grayscale: #464646. Windows color (decimal): -15634938 or 421393. OLE color: 421393.

HSL color Cylindrical-coordinate representation of color #116E06: hue angle of 113.65º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #116E06 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 110 6 -
CMYK 0.85 0 0.95 0.57
HSL 113.65º 0.9% 0.23% -
HSV(B) 113.65º 0.95% 0.43% -
XYZ 5.84 11.28 2.04 -
YUV 70.34 91.69 89.96 -
System Red Green Blue C M Y K H S L
Decimal 17 110 6 0.85 0 0.95 0.57 113.65 0.9 0.23
Hex 11 6E 6 55 0 5F 39 72 5A 17
Octal 21 156 6 125 0 137 71 162 132 27
Binary 10001 1101110 110 1010101 0 1011111 111001 1110010 1011010 10111

Color Harmonies of #116E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116E06

Black with #116E06

Text Example


Text Example

White with #116E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,110,6); }

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

background-color css

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

 a { background-color: rgb(17,110,6); }

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

border-color css

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

 span { border-color: rgb(17,110,6); }

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