#118614

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

Shades of Forest Green #118614

Tints of Forest Green #118614

Color information

#118614 (or 0x118614) is unknown color: approx Forest Green. HEX triplet: 11, 86 and 14. RGB value is (17,134,20). Sum of RGB (Red+Green+Blue) = 17+134+20=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 134 (52.73% from 255 or 78.36% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 134 - color contains mainly: green. Hex color #118614 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118614 is #EE79EB. Grayscale: #565656. Windows color (decimal): -15628780 or 1345041. OLE color: 1345041.

HSL color Cylindrical-coordinate representation of color #118614: hue angle of 121.54º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118614 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1713420-
CMYK0.8700.850.47
HSL121.54º77.48%29.61%-
HSV(B)121.54º87.31%52.55%-
XYZ8.8817.223.52-
YUV86.0290.7478.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 134 (52.73% from 255) = 78.36%
BLUE value IS 20 (8.20% from 255) = 11.70%
R=9.94%
G=78.36%
B=11.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17134200.8700.850.47121.5477.4829.61
Hex118614570552F7a4d1e
Octal212062412701255717211536
Binary1000110000110101001010111010101011011111111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118614; }

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

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

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

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

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

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

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

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