Html Css Color HEX #116512 Green

📋 copy color: '#116512'

red 17 ◦ green 101 ◦ blue 18

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

Shades of Green #116512

Tints of Green #116512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 74.26%

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

R = 12.5%
G = 74.26%
B = 13.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#116512 (or 0x116512) is known color: Green. HEX triplet: 11, 65 and 12. RGB value is (17,101,18). Sum of RGB (Red+Green+Blue) = 17+101+18=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #116512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116512 is #EE9AED. Grayscale: #424242. Windows color (decimal): -15637230 or 1205521. OLE color: 1205521.

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

Color convert

RGB 17 101 18 -
CMYK 0.83 0 0.82 0.60
HSL 120.71º 0.71% 0.23% -
HSV(B) 120.71º 0.83% 0.4% -
XYZ 4.99 9.47 2.14 -
YUV 66.42 100.67 92.75 -
System Red Green Blue C M Y K H S L
Decimal 17 101 18 0.83 0 0.82 0.60 120.71 0.71 0.23
Hex 11 65 12 53 0 52 3C 79 47 17
Octal 21 145 22 123 0 122 74 171 107 27
Binary 10001 1100101 10010 1010011 0 1010010 111100 1111001 1000111 10111

Color Harmonies of #116512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116512

Black with #116512

Text Example


Text Example

White with #116512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116512; }

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

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

background-color css

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

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

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

border-color css

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

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

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