Html Css Color HEX #116314 Green

📋 copy color: '#116314'

red 17 ◦ green 99 ◦ blue 20

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

Shades of Green #116314

Tints of Green #116314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 72.79%

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 12.5%
G = 72.79%
B = 14.71%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#116314 (or 0x116314) is known color: Green. HEX triplet: 11, 63 and 14. RGB value is (17,99,20). Sum of RGB (Red+Green+Blue) = 17+99+20=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #116314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116314 is #EE9CEB. Grayscale: #414141. Windows color (decimal): -15637740 or 1336081. OLE color: 1336081.

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

Color convert

RGB 17 99 20 -
CMYK 0.83 0 0.80 0.61
HSL 122.2º 0.71% 0.23% -
HSV(B) 122.2º 0.83% 0.39% -
XYZ 4.82 9.09 2.16 -
YUV 65.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 17 99 20 0.83 0 0.80 0.61 122.2 0.71 0.23
Hex 11 63 14 53 0 50 3D 7A 47 17
Octal 21 143 24 123 0 120 75 172 107 27
Binary 10001 1100011 10100 1010011 0 1010000 111101 1111010 1000111 10111

Color Harmonies of #116314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116314

Black with #116314

Text Example


Text Example

White with #116314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116314; }

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

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

background-color css

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

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

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

border-color css

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

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

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