#117f0f

Color #117F0F Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #117F0F

Tints of Green #117F0F

Color information

#117F0F (or 0x117F0F) is unknown color: approx Green. HEX triplet: 11, 7F and 0F. RGB value is (17,127,15). Sum of RGB (Red+Green+Blue) = 17+127+15=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 127 (50% from 255 or 79.87% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 127 - color contains mainly: green. Hex color #117F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117F0F is #EE80F0. Grayscale: #515151. Windows color (decimal): -15630577 or 1015569. OLE color: 1015569.

HSL color Cylindrical-coordinate representation of color #117F0F: hue angle of 118.93º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117F0F is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB1712715-
CMYK0.8700.880.50
HSL118.93º78.87%27.84%-
HSV(B)118.93º88.19%49.8%-
XYZ7.9115.332.99-
YUV81.3490.5682.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 127 (50% from 255) = 79.87%
BLUE value IS 15 (6.25% from 255) = 9.43%
R=10.69%
G=79.87%
B=9.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17127150.8700.880.50118.9378.8727.84
Hex117FF5705832774f1c
Octal211771712701306216711734
Binary10001111111111111010111010110001100101110111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117f0f; }

 p { color: rgb(17,127,15); }

 H1.HeaderClassName
 {
   color: #117f0f;
 }
 .AnyTagClassName
 {
   color: #117f0f;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #117f0f;
 }
 .BgClassName
 {
   background-color: #117f0f;
 }
</style>
border-color css

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

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

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