Html Css Color HEX #117305 Green

📋 copy color: '#117305'

red 17 ◦ green 115 ◦ blue 5

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

Shades of Green #117305

Tints of Green #117305

RGB

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

 GREEN value IS 115 (45.31% from 255) = 83.94%

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

R = 12.41%
G = 83.94%
B = 3.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#117305 (or 0x117305) is known color: Green. HEX triplet: 11, 73 and 05. RGB value is (17,115,5). Sum of RGB (Red+Green+Blue) = 17+115+5=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 115 (45.31% from 255 or 83.94% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 115 - color contains mainly: green. Hex color #117305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117305 is #EE8CFA. Grayscale: #494949. Windows color (decimal): -15633659 or 357137. OLE color: 357137.

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

Color convert

RGB 17 115 5 -
CMYK 0.85 0 0.96 0.55
HSL 113.45º 0.92% 0.24% -
HSV(B) 113.45º 0.96% 0.45% -
XYZ 6.39 12.39 2.2 -
YUV 73.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 17 115 5 0.85 0 0.96 0.55 113.45 0.92 0.24
Hex 11 73 5 55 0 60 37 71 5C 18
Octal 21 163 5 125 0 140 67 161 134 30
Binary 10001 1110011 101 1010101 0 1100000 110111 1110001 1011100 11000

Color Harmonies of #117305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117305

Black with #117305

Text Example


Text Example

White with #117305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117305; }

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

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

background-color css

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

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

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

border-color css

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

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

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