#127718

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

Shades of Forest Green #127718

Tints of Forest Green #127718

Color information

#127718 (or 0x127718) is unknown color: approx Forest Green. HEX triplet: 12, 77 and 18. RGB value is (18,119,24). Sum of RGB (Red+Green+Blue) = 18+119+24=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #127718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127718 is #ED88E7. Grayscale: #4E4E4E. Windows color (decimal): -15567080 or 1603346. OLE color: 1603346.

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

Color convert

RGB1811924-
CMYK0.8500.800.53
HSL123.56º73.72%26.86%-
HSV(B)123.56º84.87%46.67%-
XYZ7.0113.393.08-
YUV77.9797.5485.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.18%
GREEN value IS 119 (46.88% from 255) = 73.91%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=11.18%
G=73.91%
B=14.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119240.8500.800.53123.5673.7226.86
Hex12771855050357c4a1b
Octal221673012501206517411233
Binary100101110111110001010101010100001101011111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127718; }

 p { color: rgb(18,119,24); }

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

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

 a { background-color: rgb(18,119,24); }

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

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

 span { border-color: rgb(18,119,24); }

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