Html Css Color HEX #117101 Green

📋 copy color: '#117101'

red 17 ◦ green 113 ◦ blue 1

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

Shades of Green #117101

Tints of Green #117101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 12.98%
G = 86.26%
B = 0.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#117101 (or 0x117101) is known color: Green. HEX triplet: 11, 71 and 01. RGB value is (17,113,1). Sum of RGB (Red+Green+Blue) = 17+113+1=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 113 (44.53% from 255 or 86.26% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 113 - color contains mainly: green. Hex color #117101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117101 is #EE8EFE. Grayscale: #474747. Windows color (decimal): -15634175 or 94481. OLE color: 94481.

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

Color convert

RGB 17 113 1 -
CMYK 0.85 0 0.99 0.56
HSL 111.43º 0.98% 0.22% -
HSV(B) 111.43º 0.99% 0.44% -
XYZ 6.14 11.93 2.01 -
YUV 71.53 88.2 89.11 -
System Red Green Blue C M Y K H S L
Decimal 17 113 1 0.85 0 0.99 0.56 111.43 0.98 0.22
Hex 11 71 1 55 0 63 38 6F 62 16
Octal 21 161 1 125 0 143 70 157 142 26
Binary 10001 1110001 1 1010101 0 1100011 111000 1101111 1100010 10110

Color Harmonies of #117101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117101

Black with #117101

Text Example


Text Example

White with #117101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117101; }

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

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

background-color css

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

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

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

border-color css

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

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

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