#127614

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

Shades of Green #127614

Tints of Green #127614

Color information

#127614 (or 0x127614) is unknown color: approx Green. HEX triplet: 12, 76 and 14. RGB value is (18,118,20). Sum of RGB (Red+Green+Blue) = 18+118+20=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 118 (46.48% from 255 or 75.64% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 118 - color contains mainly: green. Hex color #127614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127614 is #ED89EB. Grayscale: #4D4D4D. Windows color (decimal): -15567340 or 1340946. OLE color: 1340946.

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

Color convert

RGB1811820-
CMYK0.8500.830.54
HSL121.2º73.53%26.67%-
HSV(B)121.2º84.75%46.27%-
XYZ6.8513.142.84-
YUV76.9395.8785.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 118 (46.48% from 255) = 75.64%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=11.54%
G=75.64%
B=12.82%

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
Decimal18118200.8500.830.54121.273.5326.67
Hex1276145505336794a1b
Octal221662412501236617111233
Binary100101110110101001010101010100111101101111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127614; }

 p { color: rgb(18,118,20); }

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

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

 a { background-color: rgb(18,118,20); }

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

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

 span { border-color: rgb(18,118,20); }

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