Html Css Color HEX #116602 Green

📋 copy color: '#116602'

red 17 ◦ green 102 ◦ blue 2

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

Shades of Green #116602

Tints of Green #116602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 84.3%

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

R = 14.05%
G = 84.3%
B = 1.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#116602 (or 0x116602) is known color: Green. HEX triplet: 11, 66 and 02. RGB value is (17,102,2). Sum of RGB (Red+Green+Blue) = 17+102+2=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #116602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116602 is #EE99FD. Grayscale: #414141. Windows color (decimal): -15636990 or 157201. OLE color: 157201.

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

Color convert

RGB 17 102 2 -
CMYK 0.83 0 0.98 0.6
HSL 111º 0.96% 0.2% -
HSV(B) 111º 0.98% 0.4% -
XYZ 4.99 9.63 1.65 -
YUV 65.19 92.34 93.63 -
System Red Green Blue C M Y K H S L
Decimal 17 102 2 0.83 0 0.98 0.6 111 0.96 0.2
Hex 11 66 2 53 0 62 3C 6F 60 14
Octal 21 146 2 123 0 142 74 157 140 24
Binary 10001 1100110 10 1010011 0 1100010 111100 1101111 1100000 10100

Color Harmonies of #116602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116602

Black with #116602

Text Example


Text Example

White with #116602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116602; }

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

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

background-color css

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

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

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

border-color css

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

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

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