Html Css Color HEX #11700B Green

📋 copy color: '#11700B'

red 17 ◦ green 112 ◦ blue 11

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

Shades of Green #11700B

Tints of Green #11700B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 12.14%
G = 80%
B = 7.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#11700B (or 0x11700B) is known color: Green. HEX triplet: 11, 70 and 0B. RGB value is (17,112,11). Sum of RGB (Red+Green+Blue) = 17+112+11=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #11700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11700B is #EE8FF4. Grayscale: #484848. Windows color (decimal): -15634421 or 749585. OLE color: 749585.

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

Color convert

RGB 17 112 11 -
CMYK 0.85 0 0.90 0.56
HSL 116.44º 0.82% 0.24% -
HSV(B) 116.44º 0.9% 0.44% -
XYZ 6.09 11.73 2.26 -
YUV 72.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 17 112 11 0.85 0 0.90 0.56 116.44 0.82 0.24
Hex 11 70 B 55 0 5A 38 74 52 18
Octal 21 160 13 125 0 132 70 164 122 30
Binary 10001 1110000 1011 1010101 0 1011010 111000 1110100 1010010 11000

Color Harmonies of #11700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11700B

Black with #11700B

Text Example


Text Example

White with #11700B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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