Html Css Color HEX #116812 Green

📋 copy color: '#116812'

red 17 ◦ green 104 ◦ blue 18

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

Shades of Green #116812

Tints of Green #116812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 74.82%

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

R = 12.23%
G = 74.82%
B = 12.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#116812 (or 0x116812) is known color: Green. HEX triplet: 11, 68 and 12. RGB value is (17,104,18). Sum of RGB (Red+Green+Blue) = 17+104+18=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 104 (41.02% from 255 or 74.82% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 104 - color contains mainly: green. Hex color #116812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116812 is #EE97ED. Grayscale: #444444. Windows color (decimal): -15636462 or 1206289. OLE color: 1206289.

HSL color Cylindrical-coordinate representation of color #116812: hue angle of 120.69º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116812 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 18 -
CMYK 0.84 0 0.83 0.59
HSL 120.69º 0.72% 0.24% -
HSV(B) 120.69º 0.84% 0.41% -
XYZ 5.29 10.06 2.24 -
YUV 68.18 99.68 91.49 -
System Red Green Blue C M Y K H S L
Decimal 17 104 18 0.84 0 0.83 0.59 120.69 0.72 0.24
Hex 11 68 12 54 0 53 3B 79 48 18
Octal 21 150 22 124 0 123 73 171 110 30
Binary 10001 1101000 10010 1010100 0 1010011 111011 1111001 1001000 11000

Color Harmonies of #116812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116812

Black with #116812

Text Example


Text Example

White with #116812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116812; }

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

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

background-color css

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

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

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

border-color css

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

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

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