Html Css Color HEX #117005 Green

📋 copy color: '#117005'

red 17 ◦ green 112 ◦ blue 5

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

Shades of Green #117005

Tints of Green #117005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 83.58%

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

R = 12.69%
G = 83.58%
B = 3.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#117005 (or 0x117005) is known color: Green. HEX triplet: 11, 70 and 05. RGB value is (17,112,5). Sum of RGB (Red+Green+Blue) = 17+112+5=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 112 (44.14% from 255 or 83.58% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 112 - color contains mainly: green. Hex color #117005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117005 is #EE8FFA. Grayscale: #474747. Windows color (decimal): -15634427 or 356369. OLE color: 356369.

HSL color Cylindrical-coordinate representation of color #117005: hue angle of 113.27º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #117005 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 5 -
CMYK 0.85 0 0.96 0.56
HSL 113.27º 0.91% 0.23% -
HSV(B) 113.27º 0.96% 0.44% -
XYZ 6.05 11.72 2.09 -
YUV 71.4 90.53 89.2 -
System Red Green Blue C M Y K H S L
Decimal 17 112 5 0.85 0 0.96 0.56 113.27 0.91 0.23
Hex 11 70 5 55 0 60 38 71 5B 17
Octal 21 160 5 125 0 140 70 161 133 27
Binary 10001 1110000 101 1010101 0 1100000 111000 1110001 1011011 10111

Color Harmonies of #117005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117005

Black with #117005

Text Example


Text Example

White with #117005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117005; }

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

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

background-color css

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

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

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

border-color css

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

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

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