Html Css Color HEX #116506 Green

📋 copy color: '#116506'

red 17 ◦ green 101 ◦ blue 6

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

Shades of Green #116506

Tints of Green #116506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.84%

R = 13.71%
G = 81.45%
B = 4.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.94

 K value IS 0.60

RGB Variations

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

Color information

#116506 (or 0x116506) is known color: Green. HEX triplet: 11, 65 and 06. RGB value is (17,101,6). Sum of RGB (Red+Green+Blue) = 17+101+6=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 101 (39.84% from 255 or 81.45% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 101 - color contains mainly: green. Hex color #116506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116506 is #EE9AF9. Grayscale: #414141. Windows color (decimal): -15637242 or 419089. OLE color: 419089.

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

Color convert

RGB 17 101 6 -
CMYK 0.83 0 0.94 0.60
HSL 113.05º 0.89% 0.21% -
HSV(B) 113.05º 0.94% 0.4% -
XYZ 4.92 9.44 1.74 -
YUV 65.05 94.67 93.72 -
System Red Green Blue C M Y K H S L
Decimal 17 101 6 0.83 0 0.94 0.60 113.05 0.89 0.21
Hex 11 65 6 53 0 5E 3C 71 59 15
Octal 21 145 6 123 0 136 74 161 131 25
Binary 10001 1100101 110 1010011 0 1011110 111100 1110001 1011001 10101

Color Harmonies of #116506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116506

Black with #116506

Text Example


Text Example

White with #116506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116506; }

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

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

background-color css

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

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

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

border-color css

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

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

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