Html Css Color HEX #117401 Green

📋 copy color: '#117401'

red 17 ◦ green 116 ◦ blue 1

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

Shades of Green #117401

Tints of Green #117401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 86.57%

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

R = 12.69%
G = 86.57%
B = 0.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#117401 (or 0x117401) is known color: Green. HEX triplet: 11, 74 and 01. RGB value is (17,116,1). Sum of RGB (Red+Green+Blue) = 17+116+1=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 116 (45.70% from 255 or 86.57% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 116 - color contains mainly: green. Hex color #117401 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117401 is #EE8BFE. Grayscale: #494949. Windows color (decimal): -15633407 or 95249. OLE color: 95249.

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

Color convert

RGB 17 116 1 -
CMYK 0.85 0 0.99 0.55
HSL 111.65º 0.98% 0.23% -
HSV(B) 111.65º 0.99% 0.45% -
XYZ 6.48 12.61 2.12 -
YUV 73.29 87.2 87.85 -
System Red Green Blue C M Y K H S L
Decimal 17 116 1 0.85 0 0.99 0.55 111.65 0.98 0.23
Hex 11 74 1 55 0 63 37 70 62 17
Octal 21 164 1 125 0 143 67 160 142 27
Binary 10001 1110100 1 1010101 0 1100011 110111 1110000 1100010 10111

Color Harmonies of #117401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117401

Black with #117401

Text Example


Text Example

White with #117401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117401; }

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

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

background-color css

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

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

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

border-color css

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

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

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