Html Css Color HEX #117502 Green

📋 copy color: '#117502'

red 17 ◦ green 117 ◦ blue 2

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

Shades of Green #117502

Tints of Green #117502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.47%

R = 12.5%
G = 86.03%
B = 1.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#117502 (or 0x117502) is known color: Green. HEX triplet: 11, 75 and 02. RGB value is (17,117,2). Sum of RGB (Red+Green+Blue) = 17+117+2=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 117 (46.09% from 255 or 86.03% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 117 - color contains mainly: green. Hex color #117502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117502 is #EE8AFD. Grayscale: #4A4A4A. Windows color (decimal): -15633150 or 161041. OLE color: 161041.

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

Color convert

RGB 17 117 2 -
CMYK 0.85 0 0.98 0.54
HSL 112.17º 0.97% 0.23% -
HSV(B) 112.17º 0.98% 0.46% -
XYZ 6.6 12.85 2.19 -
YUV 73.99 87.37 87.35 -
System Red Green Blue C M Y K H S L
Decimal 17 117 2 0.85 0 0.98 0.54 112.17 0.97 0.23
Hex 11 75 2 55 0 62 36 70 61 17
Octal 21 165 2 125 0 142 66 160 141 27
Binary 10001 1110101 10 1010101 0 1100010 110110 1110000 1100001 10111

Color Harmonies of #117502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117502

Black with #117502

Text Example


Text Example

White with #117502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117502; }

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

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

background-color css

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

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

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

border-color css

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

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

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