#11600B

Color #11600B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #11600B

Tints of Green #11600B

Color information

#11600B (or 0x11600B) is unknown color: approx Green. HEX triplet: 11, 60 and 0B. RGB value is (17,96,11). Sum of RGB (Red+Green+Blue) = 17+96+11=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #11600B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11600B is #EE9FF4. Grayscale: #3E3E3E. Windows color (decimal): -15638517 or 745489. OLE color: 745489.

HSL color Cylindrical-coordinate representation of color #11600B: hue angle of 115.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11600B is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB179611-
CMYK0.8200.890.62
HSL115.76º79.44%20.98%-
HSV(B)115.76º88.54%37.65%-
XYZ4.478.511.72-
YUV62.6998.8395.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.71%
GREEN value IS 96 (37.89% from 255) = 77.42%
BLUE value IS 11 (4.69% from 255) = 8.87%
R=13.71%
G=77.42%
B=8.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796110.8200.890.62115.7679.4420.98
Hex1160B520593E744f15
Octal211401312201317616411725
Binary10001110000010111010010010110011111101110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11600B;
 }
 .AnyTagClassName
 {
   color: #11600B;
 }
</style>
background-color css

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

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

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

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

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

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