Html Css Color HEX #11740E Green

📋 copy color: '#11740E'

red 17 ◦ green 116 ◦ blue 14

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

Shades of Green #11740E

Tints of Green #11740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 78.91%

 BLUE value IS 14 (5.86% from 255) = 9.52%

R = 11.56%
G = 78.91%
B = 9.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#11740E (or 0x11740E) is known color: Green. HEX triplet: 11, 74 and 0E. RGB value is (17,116,14). Sum of RGB (Red+Green+Blue) = 17+116+14=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 116 (45.70% from 255 or 78.91% from 147); Blue value is 14 (5.86% from 255 or 9.52% from 147); Max value from RGB is 116 - color contains mainly: green. Hex color #11740E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11740E is #EE8BF1. Grayscale: #4B4B4B. Windows color (decimal): -15633394 or 947217. OLE color: 947217.

HSL color Cylindrical-coordinate representation of color #11740E: hue angle of 118.24º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11740E is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 116 14 -
CMYK 0.85 0 0.88 0.55
HSL 118.24º 0.78% 0.25% -
HSV(B) 118.24º 0.88% 0.45% -
XYZ 6.56 12.64 2.51 -
YUV 74.77 93.7 86.79 -
System Red Green Blue C M Y K H S L
Decimal 17 116 14 0.85 0 0.88 0.55 118.24 0.78 0.25
Hex 11 74 E 55 0 58 37 76 4E 19
Octal 21 164 16 125 0 130 67 166 116 31
Binary 10001 1110100 1110 1010101 0 1011000 110111 1110110 1001110 11001

Color Harmonies of #11740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11740E

Black with #11740E

Text Example


Text Example

White with #11740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11740E; }

 p { color: rgb(17,116,14); }

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

background-color css

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

 a { background-color: rgb(17,116,14); }

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

border-color css

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

 span { border-color: rgb(17,116,14); }

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