#127B16

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

Shades of Forest Green #127B16

Tints of Forest Green #127B16

Color information

#127B16 (or 0x127B16) is unknown color: approx Forest Green. HEX triplet: 12, 7B and 16. RGB value is (18,123,22). Sum of RGB (Red+Green+Blue) = 18+123+22=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 123 (48.44% from 255 or 75.46% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 123 - color contains mainly: green. Hex color #127B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B16 is #ED84E9. Grayscale: #505050. Windows color (decimal): -15566058 or 1473298. OLE color: 1473298.

HSL color Cylindrical-coordinate representation of color #127B16: hue angle of 122.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B16 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB1812322-
CMYK0.8500.820.52
HSL122.29º74.47%27.65%-
HSV(B)122.29º85.37%48.24%-
XYZ7.4814.353.14-
YUV80.0995.2183.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.04%
GREEN value IS 123 (48.44% from 255) = 75.46%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=11.04%
G=75.46%
B=13.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123220.8500.820.52122.2974.4727.65
Hex127B1655052347a4a1c
Octal221732612501226417211234
Binary100101111011101101010101010100101101001111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B16; }

 p { color: rgb(18,123,22); }

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

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

 a { background-color: rgb(18,123,22); }

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

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

 span { border-color: rgb(18,123,22); }

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