#14760D

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

Shades of Green #14760D

Tints of Green #14760D

Color information

#14760D (or 0x14760D) is unknown color: approx Green. HEX triplet: 14, 76 and 0D. RGB value is (20,118,13). Sum of RGB (Red+Green+Blue) = 20+118+13=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 118 (46.48% from 255 or 78.15% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 118 - color contains mainly: green. Hex color #14760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14760D is #EB89F2. Grayscale: #4D4D4D. Windows color (decimal): -15436275 or 882196. OLE color: 882196.

HSL color Cylindrical-coordinate representation of color #14760D: hue angle of 116º 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 #14760D is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB2011813-
CMYK0.8300.890.54
HSL116º80.15%25.69%-
HSV(B)116º88.98%46.27%-
XYZ6.8413.132.56-
YUV76.7392.0387.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 118 (46.48% from 255) = 78.15%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=13.25%
G=78.15%
B=8.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118130.8300.890.5411680.1525.69
Hex1476D530593674501a
Octal241661512301316616412032
Binary10100111011011011010011010110011101101110100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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