Html Css Color HEX #117505 Green

📋 copy color: '#117505'

red 17 ◦ green 117 ◦ blue 5

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

Shades of Green #117505

Tints of Green #117505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.6%

R = 12.23%
G = 84.17%
B = 3.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#117505 (or 0x117505) is known color: Green. HEX triplet: 11, 75 and 05. RGB value is (17,117,5). Sum of RGB (Red+Green+Blue) = 17+117+5=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #117505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117505 is #EE8AFA. Grayscale: #4A4A4A. Windows color (decimal): -15633147 or 357649. OLE color: 357649.

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

Color convert

RGB 17 117 5 -
CMYK 0.85 0 0.96 0.54
HSL 113.57º 0.92% 0.24% -
HSV(B) 113.57º 0.96% 0.46% -
XYZ 6.62 12.85 2.28 -
YUV 74.33 88.87 87.11 -
System Red Green Blue C M Y K H S L
Decimal 17 117 5 0.85 0 0.96 0.54 113.57 0.92 0.24
Hex 11 75 5 55 0 60 36 72 5C 18
Octal 21 165 5 125 0 140 66 162 134 30
Binary 10001 1110101 101 1010101 0 1100000 110110 1110010 1011100 11000

Color Harmonies of #117505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117505

Black with #117505

Text Example


Text Example

White with #117505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117505; }

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

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

background-color css

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

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

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

border-color css

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

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

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