Html Css Color HEX #117100 Green

📋 copy color: '#117100'

red 17 ◦ green 113 ◦ blue 0

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

Shades of Green #117100

Tints of Green #117100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 86.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.08%
G = 86.92%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#117100 (or 0x117100) is known color: Green. HEX triplet: 11, 71 and 00. RGB value is (17,113,0). Sum of RGB (Red+Green+Blue) = 17+113+0=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 113 (44.53% from 255 or 86.92% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 113 - color contains mainly: green. Hex color #117100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117100 is #EE8EFF. Grayscale: #474747. Windows color (decimal): -15634176 or 28945. OLE color: 28945.

HSL color Cylindrical-coordinate representation of color #117100: hue angle of 110.97º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #117100 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 0 -
CMYK 0.85 0 1 0.56
HSL 110.97º 1% 0.22% -
HSV(B) 110.97º 1% 0.44% -
XYZ 6.14 11.93 1.98 -
YUV 71.41 87.7 89.19 -
System Red Green Blue C M Y K H S L
Decimal 17 113 0 0.85 0 1 0.56 110.97 1 0.22
Hex 11 71 0 55 0 64 38 6F 64 16
Octal 21 161 0 125 0 144 70 157 144 26
Binary 10001 1110001 0 1010101 0 1100100 111000 1101111 1100100 10110

Color Harmonies of #117100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117100

Black with #117100

Text Example


Text Example

White with #117100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117100; }

 p { color: rgb(17,113,0); }

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

background-color css

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

 a { background-color: rgb(17,113,0); }

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

border-color css

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

 span { border-color: rgb(17,113,0); }

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