#12760F

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

Shades of Green #12760F

Tints of Green #12760F

Color information

#12760F (or 0x12760F) is unknown color: approx Green. HEX triplet: 12, 76 and 0F. RGB value is (18,118,15). Sum of RGB (Red+Green+Blue) = 18+118+15=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #12760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12760F is #ED89F0. Grayscale: #4C4C4C. Windows color (decimal): -15567345 or 1013266. OLE color: 1013266.

HSL color Cylindrical-coordinate representation of color #12760F: hue angle of 118.25º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12760F is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.

Color convert

RGB1811815-
CMYK0.8500.870.54
HSL118.25º77.44%26.08%-
HSV(B)118.25º87.29%46.27%-
XYZ6.8113.122.63-
YUV76.3693.3786.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 118 (46.48% from 255) = 78.15%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=11.92%
G=78.15%
B=9.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118150.8500.870.54118.2577.4426.08
Hex1276F5505736764d1a
Octal221661712501276616611532
Binary10010111011011111010101010101111101101110110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12760F; }

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

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

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

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

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

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

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

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