#12740C

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

Shades of Green #12740C

Tints of Green #12740C

Color information

#12740C (or 0x12740C) is unknown color: approx Green. HEX triplet: 12, 74 and 0C. RGB value is (18,116,12). Sum of RGB (Red+Green+Blue) = 18+116+12=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #12740C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12740C is #ED8BF3. Grayscale: #4B4B4B. Windows color (decimal): -15567860 or 816146. OLE color: 816146.

HSL color Cylindrical-coordinate representation of color #12740C: hue angle of 116.54º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12740C is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1811612-
CMYK0.8400.900.55
HSL116.54º81.25%25.1%-
HSV(B)116.54º89.66%45.49%-
XYZ6.5612.652.44-
YUV74.8492.5387.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 116 (45.70% from 255) = 79.45%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=12.33%
G=79.45%
B=8.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18116120.8400.900.55116.5481.2525.1
Hex1274C5405A37755119
Octal221641412401326716512131
Binary10010111010011001010100010110101101111110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12740C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12740C; }

 p { color: rgb(18,116,12); }

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

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

 a { background-color: rgb(18,116,12); }

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

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

 span { border-color: rgb(18,116,12); }

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