#145E07

Color #145E07 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #145E07

Tints of Myrtle #145E07

Color information

#145E07 (or 0x145E07) is unknown color: approx Myrtle. HEX triplet: 14, 5E and 07. RGB value is (20,94,7). Sum of RGB (Red+Green+Blue) = 20+94+7=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 94 (37.11% from 255 or 77.69% from 121); Blue value is 7 (3.12% from 255 or 5.79% from 121); Max value from RGB is 94 - color contains mainly: green. Hex color #145E07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145E07 is #EBA1F8. Grayscale: #3E3E3E. Windows color (decimal): -15442425 or 482836. OLE color: 482836.

HSL color Cylindrical-coordinate representation of color #145E07: hue angle of 111.03º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #145E07 is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.63.

Color convert

RGB20947-
CMYK0.7900.930.63
HSL111.03º86.14%19.8%-
HSV(B)111.03º92.55%36.86%-
XYZ4.338.171.55-
YUV61.9696.9898.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.53%
GREEN value IS 94 (37.11% from 255) = 77.69%
BLUE value IS 7 (3.12% from 255) = 5.79%
R=16.53%
G=77.69%
B=5.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal209470.7900.930.63111.0386.1419.8
Hex145E74F05D3F6f5614
Octal24136711701357715712624
Binary1010010111101111001111010111011111111101111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E07; }

 p { color: rgb(20,94,7); }

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

<style>
 a { background-color: #145E07; }

 a { background-color: rgb(20,94,7); }

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

<style>
 span { border-color: #145E07; }

 span { border-color: rgb(20,94,7); }

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