Html Css Color HEX #11700D Green

📋 copy color: '#11700D'

red 17 ◦ green 112 ◦ blue 13

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

Shades of Green #11700D

Tints of Green #11700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.15%

R = 11.97%
G = 78.87%
B = 9.15%

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

#11700D (or 0x11700D) is known color: Green. HEX triplet: 11, 70 and 0D. RGB value is (17,112,13). Sum of RGB (Red+Green+Blue) = 17+112+13=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #11700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11700D is #EE8FF2. Grayscale: #484848. Windows color (decimal): -15634419 or 880657. OLE color: 880657.

HSL color Cylindrical-coordinate representation of color #11700D: hue angle of 117.58º degrees, saturation: 0.79, 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 #11700D is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 13 -
CMYK 0.85 0 0.88 0.56
HSL 117.58º 0.79% 0.25% -
HSV(B) 117.58º 0.88% 0.44% -
XYZ 6.1 11.74 2.32 -
YUV 72.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 17 112 13 0.85 0 0.88 0.56 117.58 0.79 0.25
Hex 11 70 D 55 0 58 38 76 4F 19
Octal 21 160 15 125 0 130 70 166 117 31
Binary 10001 1110000 1101 1010101 0 1011000 111000 1110110 1001111 11001

Color Harmonies of #11700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11700D

Black with #11700D

Text Example


Text Example

White with #11700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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