Html Css Color HEX #116502 Green

📋 copy color: '#116502'

red 17 ◦ green 101 ◦ blue 2

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

Shades of Green #116502

Tints of Green #116502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.67%

R = 14.17%
G = 84.17%
B = 1.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#116502 (or 0x116502) is known color: Green. HEX triplet: 11, 65 and 02. RGB value is (17,101,2). Sum of RGB (Red+Green+Blue) = 17+101+2=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 101 (39.84% from 255 or 84.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 101 - color contains mainly: green. Hex color #116502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116502 is #EE9AFD. Grayscale: #404040. Windows color (decimal): -15637246 or 156945. OLE color: 156945.

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

Color convert

RGB 17 101 2 -
CMYK 0.83 0 0.98 0.60
HSL 110.91º 0.96% 0.2% -
HSV(B) 110.91º 0.98% 0.4% -
XYZ 4.9 9.43 1.62 -
YUV 64.6 92.67 94.05 -
System Red Green Blue C M Y K H S L
Decimal 17 101 2 0.83 0 0.98 0.60 110.91 0.96 0.2
Hex 11 65 2 53 0 62 3C 6F 60 14
Octal 21 145 2 123 0 142 74 157 140 24
Binary 10001 1100101 10 1010011 0 1100010 111100 1101111 1100000 10100

Color Harmonies of #116502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116502

Black with #116502

Text Example


Text Example

White with #116502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116502; }

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

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

background-color css

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

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

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

border-color css

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

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

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