Html Css Color HEX #116800 Green

📋 copy color: '#116800'

red 17 ◦ green 104 ◦ blue 0

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

Shades of Green #116800

Tints of Green #116800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 85.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.05%
G = 85.95%
B = 0%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#116800 (or 0x116800) is known color: Green. HEX triplet: 11, 68 and 00. RGB value is (17,104,0). Sum of RGB (Red+Green+Blue) = 17+104+0=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 104 (41.02% from 255 or 85.95% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 104 - color contains mainly: green. Hex color #116800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116800 is #EE97FF. Grayscale: #424242. Windows color (decimal): -15636480 or 26641. OLE color: 26641.

HSL color Cylindrical-coordinate representation of color #116800: hue angle of 110.19º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #116800 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 0 -
CMYK 0.84 0 1 0.59
HSL 110.19º 1% 0.2% -
HSV(B) 110.19º 1% 0.41% -
XYZ 5.18 10.02 1.66 -
YUV 66.13 90.68 92.96 -
System Red Green Blue C M Y K H S L
Decimal 17 104 0 0.84 0 1 0.59 110.19 1 0.2
Hex 11 68 0 54 0 64 3B 6E 64 14
Octal 21 150 0 124 0 144 73 156 144 24
Binary 10001 1101000 0 1010100 0 1100100 111011 1101110 1100100 10100

Color Harmonies of #116800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116800

Black with #116800

Text Example


Text Example

White with #116800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116800; }

 p { color: rgb(17,104,0); }

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

background-color css

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

 a { background-color: rgb(17,104,0); }

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

border-color css

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

 span { border-color: rgb(17,104,0); }

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