#12750C

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

Shades of Green #12750C

Tints of Green #12750C

Color information

#12750C (or 0x12750C) is unknown color: approx Green. HEX triplet: 12, 75 and 0C. RGB value is (18,117,12). Sum of RGB (Red+Green+Blue) = 18+117+12=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 117 (46.09% from 255 or 79.59% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 117 - color contains mainly: green. Hex color #12750C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12750C is #ED8AF3. Grayscale: #4B4B4B. Windows color (decimal): -15567604 or 816402. OLE color: 816402.

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

Color convert

RGB1811712-
CMYK0.8500.900.54
HSL116.57º81.4%25.29%-
HSV(B)116.57º89.74%45.88%-
XYZ6.6812.882.48-
YUV75.4392.287.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 117 (46.09% from 255) = 79.59%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=12.24%
G=79.59%
B=8.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117120.8500.900.54116.5781.425.29
Hex1275C5505A36755119
Octal221651412501326616512131
Binary10010111010111001010101010110101101101110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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