Html Css Color HEX #11760C Green

📋 copy color: '#11760C'

red 17 ◦ green 118 ◦ blue 12

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

Shades of Green #11760C

Tints of Green #11760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 80.27%

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

R = 11.56%
G = 80.27%
B = 8.16%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#11760C (or 0x11760C) is known color: Green. HEX triplet: 11, 76 and 0C. RGB value is (17,118,12). Sum of RGB (Red+Green+Blue) = 17+118+12=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #11760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11760C is #EE89F3. Grayscale: #4C4C4C. Windows color (decimal): -15632884 or 816657. OLE color: 816657.

HSL color Cylindrical-coordinate representation of color #11760C: hue angle of 117.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11760C is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 118 12 -
CMYK 0.86 0 0.90 0.54
HSL 117.17º 0.82% 0.25% -
HSV(B) 117.17º 0.9% 0.46% -
XYZ 6.78 13.1 2.52 -
YUV 75.72 92.04 86.12 -
System Red Green Blue C M Y K H S L
Decimal 17 118 12 0.86 0 0.90 0.54 117.17 0.82 0.25
Hex 11 76 C 56 0 5A 36 75 52 19
Octal 21 166 14 126 0 132 66 165 122 31
Binary 10001 1110110 1100 1010110 0 1011010 110110 1110101 1010010 11001

Color Harmonies of #11760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11760C

Black with #11760C

Text Example


Text Example

White with #11760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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