Html Css Color HEX #117500 Green

📋 copy color: '#117500'

red 17 ◦ green 117 ◦ blue 0

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

Shades of Green #117500

Tints of Green #117500

RGB

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

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

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

R = 12.69%
G = 87.31%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#117500 (or 0x117500) is known color: Green. HEX triplet: 11, 75 and 00. RGB value is (17,117,0). Sum of RGB (Red+Green+Blue) = 17+117+0=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 117 (46.09% from 255 or 87.31% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 117 - color contains mainly: green. Hex color #117500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117500 is #EE8AFF. Grayscale: #4A4A4A. Windows color (decimal): -15633152 or 29969. OLE color: 29969.

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

Color convert

RGB 17 117 0 -
CMYK 0.85 0 1 0.54
HSL 111.28º 1% 0.23% -
HSV(B) 111.28º 1% 0.46% -
XYZ 6.59 12.84 2.13 -
YUV 73.76 86.37 87.51 -
System Red Green Blue C M Y K H S L
Decimal 17 117 0 0.85 0 1 0.54 111.28 1 0.23
Hex 11 75 0 55 0 64 36 6F 64 17
Octal 21 165 0 125 0 144 66 157 144 27
Binary 10001 1110101 0 1010101 0 1100100 110110 1101111 1100100 10111

Color Harmonies of #117500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117500

Black with #117500

Text Example


Text Example

White with #117500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117500; }

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

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

background-color css

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

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

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

border-color css

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

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

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