#117514

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

Shades of Green #117514

Tints of Green #117514

Color information

#117514 (or 0x117514) is unknown color: approx Green. HEX triplet: 11, 75 and 14. RGB value is (17,117,20). Sum of RGB (Red+Green+Blue) = 17+117+20=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #117514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117514 is #EE8AEB. Grayscale: #4C4C4C. Windows color (decimal): -15633132 or 1340689. OLE color: 1340689.

HSL color Cylindrical-coordinate representation of color #117514: hue angle of 121.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117514 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB1711720-
CMYK0.8500.830.54
HSL121.8º74.63%26.27%-
HSV(B)121.8º85.47%45.88%-
XYZ6.7212.892.8-
YUV76.0496.3785.89-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 117 (46.09% from 255) = 75.97%
BLUE value IS 20 (8.20% from 255) = 12.99%
R=11.04%
G=75.97%
B=12.99%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17117200.8500.830.54121.874.6326.27
Hex11751455053367a4b1a
Octal211652412501236617211332
Binary100011110101101001010101010100111101101111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117514; }

 p { color: rgb(17,117,20); }

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

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

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

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

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

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

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