#14760F

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

Shades of Green #14760F

Tints of Green #14760F

Color information

#14760F (or 0x14760F) is unknown color: approx Green. HEX triplet: 14, 76 and 0F. RGB value is (20,118,15). Sum of RGB (Red+Green+Blue) = 20+118+15=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 118 (46.48% from 255 or 77.12% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 118 - color contains mainly: green. Hex color #14760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14760F is #EB89F0. Grayscale: #4D4D4D. Windows color (decimal): -15436273 or 1013268. OLE color: 1013268.

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

Color convert

RGB2011815-
CMYK0.8300.870.54
HSL117.09º77.44%26.08%-
HSV(B)117.09º87.29%46.27%-
XYZ6.8513.142.63-
YUV76.9693.0387.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 118 (46.48% from 255) = 77.12%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=13.07%
G=77.12%
B=9.80%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118150.8300.870.54117.0977.4426.08
Hex1476F5305736754d1a
Octal241661712301276616511532
Binary10100111011011111010011010101111101101110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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