Html Css Color HEX #11680C Green

📋 copy color: '#11680C'

red 17 ◦ green 104 ◦ blue 12

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

Shades of Green #11680C

Tints of Green #11680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 78.2%

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

R = 12.78%
G = 78.2%
B = 9.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#11680C (or 0x11680C) is known color: Green. HEX triplet: 11, 68 and 0C. RGB value is (17,104,12). Sum of RGB (Red+Green+Blue) = 17+104+12=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #11680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11680C is #EE97F3. Grayscale: #434343. Windows color (decimal): -15636468 or 813073. OLE color: 813073.

HSL color Cylindrical-coordinate representation of color #11680C: hue angle of 116.74º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11680C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 12 -
CMYK 0.84 0 0.88 0.59
HSL 116.74º 0.79% 0.23% -
HSV(B) 116.74º 0.88% 0.41% -
XYZ 5.25 10.05 2.01 -
YUV 67.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 17 104 12 0.84 0 0.88 0.59 116.74 0.79 0.23
Hex 11 68 C 54 0 58 3B 75 4F 17
Octal 21 150 14 124 0 130 73 165 117 27
Binary 10001 1101000 1100 1010100 0 1011000 111011 1110101 1001111 10111

Color Harmonies of #11680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11680C

Black with #11680C

Text Example


Text Example

White with #11680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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