Html Css Color HEX #116802 Green

📋 copy color: '#116802'

red 17 ◦ green 104 ◦ blue 2

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

Shades of Green #116802

Tints of Green #116802

RGB

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

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

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

R = 13.82%
G = 84.55%
B = 1.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#116802 (or 0x116802) is known color: Green. HEX triplet: 11, 68 and 02. RGB value is (17,104,2). Sum of RGB (Red+Green+Blue) = 17+104+2=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #116802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116802 is #EE97FD. Grayscale: #424242. Windows color (decimal): -15636478 or 157713. OLE color: 157713.

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

Color convert

RGB 17 104 2 -
CMYK 0.84 0 0.98 0.59
HSL 111.18º 0.96% 0.21% -
HSV(B) 111.18º 0.98% 0.41% -
XYZ 5.19 10.02 1.72 -
YUV 66.36 91.68 92.79 -
System Red Green Blue C M Y K H S L
Decimal 17 104 2 0.84 0 0.98 0.59 111.18 0.96 0.21
Hex 11 68 2 54 0 62 3B 6F 60 15
Octal 21 150 2 124 0 142 73 157 140 25
Binary 10001 1101000 10 1010100 0 1100010 111011 1101111 1100000 10101

Color Harmonies of #116802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116802

Black with #116802

Text Example


Text Example

White with #116802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116802; }

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

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

background-color css

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

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

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

border-color css

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

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

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