Html Css Color HEX #11700C Green

📋 copy color: '#11700C'

red 17 ◦ green 112 ◦ blue 12

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

Shades of Green #11700C

Tints of Green #11700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.51%

R = 12.06%
G = 79.43%
B = 8.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#11700C (or 0x11700C) is known color: Green. HEX triplet: 11, 70 and 0C. RGB value is (17,112,12). Sum of RGB (Red+Green+Blue) = 17+112+12=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #11700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11700C is #EE8FF3. Grayscale: #484848. Windows color (decimal): -15634420 or 815121. OLE color: 815121.

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

Color convert

RGB 17 112 12 -
CMYK 0.85 0 0.89 0.56
HSL 117º 0.81% 0.24% -
HSV(B) 117º 0.89% 0.44% -
XYZ 6.09 11.73 2.29 -
YUV 72.2 94.03 88.63 -
System Red Green Blue C M Y K H S L
Decimal 17 112 12 0.85 0 0.89 0.56 117 0.81 0.24
Hex 11 70 C 55 0 59 38 75 51 18
Octal 21 160 14 125 0 131 70 165 121 30
Binary 10001 1110000 1100 1010101 0 1011001 111000 1110101 1010001 11000

Color Harmonies of #11700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11700C

Black with #11700C

Text Example


Text Example

White with #11700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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