#117814

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

Shades of Green #117814

Tints of Green #117814

Color information

#117814 (or 0x117814) is unknown color: approx Green. HEX triplet: 11, 78 and 14. RGB value is (17,120,20). Sum of RGB (Red+Green+Blue) = 17+120+20=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 120 (47.27% from 255 or 76.43% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 120 - color contains mainly: green. Hex color #117814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117814 is #EE87EB. Grayscale: #4E4E4E. Windows color (decimal): -15632364 or 1341457. OLE color: 1341457.

HSL color Cylindrical-coordinate representation of color #117814: hue angle of 121.75º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117814 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1712020-
CMYK0.8600.830.53
HSL121.75º75.18%26.86%-
HSV(B)121.75º85.83%47.06%-
XYZ7.0713.62.91-
YUV77.895.3884.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 120 (47.27% from 255) = 76.43%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=10.83%
G=76.43%
B=12.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120200.8600.830.53121.7575.1826.86
Hex11781456053357a4b1b
Octal211702412601236517211333
Binary100011111000101001010110010100111101011111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117814; }

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

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

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

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

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

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

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

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