Html Css Color HEX #116312 Green

📋 copy color: '#116312'

red 17 ◦ green 99 ◦ blue 18

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

Shades of Green #116312

Tints of Green #116312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 12.69%
G = 73.88%
B = 13.43%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#116312 (or 0x116312) is known color: Green. HEX triplet: 11, 63 and 12. RGB value is (17,99,18). Sum of RGB (Red+Green+Blue) = 17+99+18=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #116312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116312 is #EE9CED. Grayscale: #414141. Windows color (decimal): -15637742 or 1205009. OLE color: 1205009.

HSL color Cylindrical-coordinate representation of color #116312: hue angle of 120.73º 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 #116312 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 99 18 -
CMYK 0.83 0 0.82 0.61
HSL 120.73º 0.71% 0.23% -
HSV(B) 120.73º 0.83% 0.39% -
XYZ 4.8 9.09 2.07 -
YUV 65.25 101.33 93.59 -
System Red Green Blue C M Y K H S L
Decimal 17 99 18 0.83 0 0.82 0.61 120.73 0.71 0.23
Hex 11 63 12 53 0 52 3D 79 47 17
Octal 21 143 22 123 0 122 75 171 107 27
Binary 10001 1100011 10010 1010011 0 1010010 111101 1111001 1000111 10111

Color Harmonies of #116312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116312

Black with #116312

Text Example


Text Example

White with #116312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116312; }

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

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

background-color css

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

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

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

border-color css

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

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

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