Html Css Color HEX #117011 Green

📋 copy color: '#117011'

red 17 ◦ green 112 ◦ blue 17

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

Shades of Green #117011

Tints of Green #117011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 11.64%
G = 76.71%
B = 11.64%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#117011 (or 0x117011) is known color: Green. HEX triplet: 11, 70 and 11. RGB value is (17,112,17). Sum of RGB (Red+Green+Blue) = 17+112+17=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #117011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117011 is #EE8FEE. Grayscale: #494949. Windows color (decimal): -15634415 or 1142801. OLE color: 1142801.

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

Color convert

RGB 17 112 17 -
CMYK 0.85 0 0.85 0.56
HSL 120º 0.74% 0.25% -
HSV(B) 120º 0.85% 0.44% -
XYZ 6.13 11.75 2.48 -
YUV 72.77 96.53 88.22 -
System Red Green Blue C M Y K H S L
Decimal 17 112 17 0.85 0 0.85 0.56 120 0.74 0.25
Hex 11 70 11 55 0 55 38 78 4A 19
Octal 21 160 21 125 0 125 70 170 112 31
Binary 10001 1110000 10001 1010101 0 1010101 111000 1111000 1001010 11001

Color Harmonies of #117011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117011

Black with #117011

Text Example


Text Example

White with #117011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117011; }

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

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

background-color css

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

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

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

border-color css

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

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

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