Html Css Color HEX #11700E Green

📋 copy color: '#11700E'

red 17 ◦ green 112 ◦ blue 14

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

Shades of Green #11700E

Tints of Green #11700E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 78.32%

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

R = 11.89%
G = 78.32%
B = 9.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#11700E (or 0x11700E) is known color: Green. HEX triplet: 11, 70 and 0E. RGB value is (17,112,14). Sum of RGB (Red+Green+Blue) = 17+112+14=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 14 (5.86% from 255 or 9.79% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #11700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11700E is #EE8FF1. Grayscale: #484848. Windows color (decimal): -15634418 or 946193. OLE color: 946193.

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

Color convert

RGB 17 112 14 -
CMYK 0.85 0 0.88 0.56
HSL 118.16º 0.78% 0.25% -
HSV(B) 118.16º 0.88% 0.44% -
XYZ 6.1 11.74 2.36 -
YUV 72.42 95.03 88.47 -
System Red Green Blue C M Y K H S L
Decimal 17 112 14 0.85 0 0.88 0.56 118.16 0.78 0.25
Hex 11 70 E 55 0 58 38 76 4E 19
Octal 21 160 16 125 0 130 70 166 116 31
Binary 10001 1110000 1110 1010101 0 1011000 111000 1110110 1001110 11001

Color Harmonies of #11700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11700E

Black with #11700E

Text Example


Text Example

White with #11700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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