Html Css Color HEX #117016 Green

📋 copy color: '#117016'

red 17 ◦ green 112 ◦ blue 22

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

Shades of Green #117016

Tints of Green #117016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.57%

R = 11.26%
G = 74.17%
B = 14.57%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#117016 (or 0x117016) is known color: Green. HEX triplet: 11, 70 and 16. RGB value is (17,112,22). Sum of RGB (Red+Green+Blue) = 17+112+22=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #117016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117016 is #EE8FE9. Grayscale: #494949. Windows color (decimal): -15634410 or 1470481. OLE color: 1470481.

HSL color Cylindrical-coordinate representation of color #117016: hue angle of 123.16º 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 #117016 is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 22 -
CMYK 0.85 0 0.80 0.56
HSL 123.16º 0.74% 0.25% -
HSV(B) 123.16º 0.85% 0.44% -
XYZ 6.17 11.77 2.7 -
YUV 73.34 99.03 87.82 -
System Red Green Blue C M Y K H S L
Decimal 17 112 22 0.85 0 0.80 0.56 123.16 0.74 0.25
Hex 11 70 16 55 0 50 38 7B 4A 19
Octal 21 160 26 125 0 120 70 173 112 31
Binary 10001 1110000 10110 1010101 0 1010000 111000 1111011 1001010 11001

Color Harmonies of #117016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117016

Black with #117016

Text Example


Text Example

White with #117016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117016; }

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

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

background-color css

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

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

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

border-color css

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

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

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