#116301

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

Shades of Green #116301

Tints of Green #116301

Color information

#116301 (or 0x116301) is unknown color: approx Green. HEX triplet: 11, 63 and 01. RGB value is (17,99,1). Sum of RGB (Red+Green+Blue) = 17+99+1=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 99 (39.06% from 255 or 84.62% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 99 - color contains mainly: green. Hex color #116301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116301 is #EE9CFE. Grayscale: #3F3F3F. Windows color (decimal): -15637759 or 90897. OLE color: 90897.

HSL color Cylindrical-coordinate representation of color #116301: hue angle of 110.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #116301 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB17991-
CMYK0.8300.990.61
HSL110.2º98%19.61%-
HSV(B)110.2º98.99%38.82%-
XYZ4.79.051.53-
YUV63.3192.8394.97-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 99 (39.06% from 255) = 84.62%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=14.53%
G=84.62%
B=0.85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal179910.8300.990.61110.29819.61
Hex11631530633D6e6214
Octal21143112301437515614224
Binary10001110001111010011011000111111011101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #116301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #116301; }

 p { color: rgb(17,99,1); }

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

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

 a { background-color: rgb(17,99,1); }

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

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

 span { border-color: rgb(17,99,1); }

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