Html Css Color HEX #117501 Green

📋 copy color: '#117501'

red 17 ◦ green 117 ◦ blue 1

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

Shades of Green #117501

Tints of Green #117501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 86.67%

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

R = 12.59%
G = 86.67%
B = 0.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#117501 (or 0x117501) is known color: Green. HEX triplet: 11, 75 and 01. RGB value is (17,117,1). Sum of RGB (Red+Green+Blue) = 17+117+1=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #117501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117501 is #EE8AFE. Grayscale: #4A4A4A. Windows color (decimal): -15633151 or 95505. OLE color: 95505.

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

Color convert

RGB 17 117 1 -
CMYK 0.85 0 0.99 0.54
HSL 111.72º 0.98% 0.23% -
HSV(B) 111.72º 0.99% 0.46% -
XYZ 6.6 12.84 2.16 -
YUV 73.88 86.87 87.43 -
System Red Green Blue C M Y K H S L
Decimal 17 117 1 0.85 0 0.99 0.54 111.72 0.98 0.23
Hex 11 75 1 55 0 63 36 70 62 17
Octal 21 165 1 125 0 143 66 160 142 27
Binary 10001 1110101 1 1010101 0 1100011 110110 1110000 1100010 10111

Color Harmonies of #117501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117501

Black with #117501

Text Example


Text Example

White with #117501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117501; }

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

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

background-color css

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

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

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

border-color css

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

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

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