Html Css Color HEX #11720C Green

📋 copy color: '#11720C'

red 17 ◦ green 114 ◦ blue 12

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

Shades of Green #11720C

Tints of Green #11720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 79.72%

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

R = 11.89%
G = 79.72%
B = 8.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#11720C (or 0x11720C) is known color: Green. HEX triplet: 11, 72 and 0C. RGB value is (17,114,12). Sum of RGB (Red+Green+Blue) = 17+114+12=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 114 (44.92% from 255 or 79.72% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 114 - color contains mainly: green. Hex color #11720C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11720C is #EE8DF3. Grayscale: #494949. Windows color (decimal): -15633908 or 815633. OLE color: 815633.

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

Color convert

RGB 17 114 12 -
CMYK 0.85 0 0.89 0.55
HSL 117.06º 0.81% 0.25% -
HSV(B) 117.06º 0.89% 0.45% -
XYZ 6.31 12.18 2.37 -
YUV 73.37 93.36 87.79 -
System Red Green Blue C M Y K H S L
Decimal 17 114 12 0.85 0 0.89 0.55 117.06 0.81 0.25
Hex 11 72 C 55 0 59 37 75 51 19
Octal 21 162 14 125 0 131 67 165 121 31
Binary 10001 1110010 1100 1010101 0 1011001 110111 1110101 1010001 11001

Color Harmonies of #11720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11720C

Black with #11720C

Text Example


Text Example

White with #11720C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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