Html Css Color HEX #116301 Green

📋 copy color: '#116301'

red 17 ◦ green 99 ◦ blue 1

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

Shades of Green #116301

Tints of Green #116301

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 value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#116301 (or 0x116301) is known color: 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

RGB 17 99 1 -
CMYK 0.83 0 0.99 0.61
HSL 110.2º 0.98% 0.2% -
HSV(B) 110.2º 0.99% 0.39% -
XYZ 4.7 9.05 1.53 -
YUV 63.31 92.83 94.97 -
System Red Green Blue C M Y K H S L
Decimal 17 99 1 0.83 0 0.99 0.61 110.2 0.98 0.2
Hex 11 63 1 53 0 63 3D 6E 62 14
Octal 21 143 1 123 0 143 75 156 142 24
Binary 10001 1100011 1 1010011 0 1100011 111101 1101110 1100010 10100

Color Harmonies of #116301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116301

Black with #116301

Text Example


Text Example

White with #116301

Text Example


Text Example

HTML Codes & Css Web 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>