#12760D

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

Shades of Green #12760D

Tints of Green #12760D

Color information

#12760D (or 0x12760D) is unknown color: approx Green. HEX triplet: 12, 76 and 0D. RGB value is (18,118,13). Sum of RGB (Red+Green+Blue) = 18+118+13=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #12760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12760D is #ED89F2. Grayscale: #4C4C4C. Windows color (decimal): -15567347 or 882194. OLE color: 882194.

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

Color convert

RGB1811813-
CMYK0.8500.890.54
HSL117.14º80.15%25.69%-
HSV(B)117.14º88.98%46.27%-
XYZ6.813.112.55-
YUV76.1392.3786.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 118 (46.48% from 255) = 79.19%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=12.08%
G=79.19%
B=8.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118130.8500.890.54117.1480.1525.69
Hex1276D550593675501a
Octal221661512501316616512032
Binary10010111011011011010101010110011101101110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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